Level H Engine
|
#include "Vec2.h"
Go to the source code of this file.
Namespaces | |
Scaling | |
A namespace to contain maths functions to scale. | |
Functions | |
Vec2 | Scaling::scaleVec2 (Vec2 vector, int scale) |
Scale a vec2 using a number. More... | |
float | Scaling::scaleNumber (float number, int scale) |
Scale the number using a number. More... | |