Vertices Engine  v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
Loading...
Searching...
No Matches
VerticesEngine.vxMathHelper Member List

This is the complete list of members for VerticesEngine.vxMathHelper, including all inherited members.

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