Level H Engine
Namespaces | Functions
Scaling.h File Reference
#include "Vec2.h"
Include dependency graph for Scaling.h:
This graph shows which files directly or indirectly include this file:

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...