Clamp(int value, int min, int max) (defined in VerticesEngine.vxMathHelper) | VerticesEngine.vxMathHelper | static |
Clamp(float value, float min, float max) (defined in VerticesEngine.vxMathHelper) | VerticesEngine.vxMathHelper | static |
Clamp01(float value) (defined in VerticesEngine.vxMathHelper) | VerticesEngine.vxMathHelper | static |
Clamp01(int value) (defined in VerticesEngine.vxMathHelper) | VerticesEngine.vxMathHelper | static |
Cos(float d) | VerticesEngine.vxMathHelper | static |
DegToRad(float degrees) | VerticesEngine.vxMathHelper | static |
E (defined in VerticesEngine.vxMathHelper) | VerticesEngine.vxMathHelper | static |
Ease(float t, vxFunction function) | VerticesEngine.vxMathHelper | static |
GetRotatedVector(float rotation) | VerticesEngine.vxMathHelper | static |
GetRotationFromDirection(Vector2 direction) | VerticesEngine.vxMathHelper | static |
GetVector2String(Vector2 vector, float DecPt) | VerticesEngine.vxMathHelper | static |
Log10E (defined in VerticesEngine.vxMathHelper) | VerticesEngine.vxMathHelper | static |
Log2E (defined in VerticesEngine.vxMathHelper) | VerticesEngine.vxMathHelper | static |
Map(float s, float a1, float a2, float b1, float b2) (defined in VerticesEngine.vxMathHelper) | VerticesEngine.vxMathHelper | static |
Map(int s, float a1, float a2, float b1, float b2) (defined in VerticesEngine.vxMathHelper) | VerticesEngine.vxMathHelper | static |
PI (defined in VerticesEngine.vxMathHelper) | VerticesEngine.vxMathHelper | static |
PIOver2 (defined in VerticesEngine.vxMathHelper) | VerticesEngine.vxMathHelper | static |
PIOver4 (defined in VerticesEngine.vxMathHelper) | VerticesEngine.vxMathHelper | static |
RadToDeg(float radians) | VerticesEngine.vxMathHelper | static |
RoundToNearestHalf(float value) | VerticesEngine.vxMathHelper | static |
RoundToNearestSpecifiedNumber(float value, float valueToRoundTo) | VerticesEngine.vxMathHelper | static |
RoundToNearestTen(float value) | VerticesEngine.vxMathHelper | static |
RoundVector2(Vector2 value, float valueToRoundTo) | VerticesEngine.vxMathHelper | static |
Sin(float d) (defined in VerticesEngine.vxMathHelper) | VerticesEngine.vxMathHelper | static |
Smooth(float whatItIs, float whatItShouldBe, float stepSize) | VerticesEngine.vxMathHelper | static |
Smooth(int whatItIs, int whatItShouldBe, int stepSize) | VerticesEngine.vxMathHelper | static |
Smooth(Color whatItIs, Color whatItShouldBe, float stepSize) | VerticesEngine.vxMathHelper | static |
Smooth(Vector2 whatItIs, Vector2 whatItShouldBe, float stepSize) | VerticesEngine.vxMathHelper | static |
Smooth(Vector3 whatItIs, Vector3 whatItShouldBe, float stepSize) | VerticesEngine.vxMathHelper | static |
TwoPI (defined in VerticesEngine.vxMathHelper) | VerticesEngine.vxMathHelper | static |
vxFunction enum name | VerticesEngine.vxMathHelper | |