Level H Engine
|
A namespace to contain maths functions to scale. More...
Functions | |
Vec2 | scaleVec2 (Vec2 vector, int scale) |
Scale a vec2 using a number. More... | |
float | scaleNumber (float number, int scale) |
Scale the number using a number. More... | |
A namespace to contain maths functions to scale.
float Scaling::scaleNumber | ( | float | number, |
int | scale | ||
) |
Scale the number using a number.
number | The original number. |
scale | The number to scale by. |