Shift
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Pages
Shift.MathHelper Member List

This is the complete list of members for Shift.MathHelper, including all inherited members.

Barycentric(float value1, float value2, float value3, float amount1, float amount2)Shift.MathHelperinlinestatic
CatmullRom(float value1, float value2, float value3, float value4, float amount)Shift.MathHelperinlinestatic
Clamp(float value, float min, float max)Shift.MathHelperinlinestatic
Clamp(int value, int min, int max)Shift.MathHelperinlinestatic
Distance(float value1, float value2)Shift.MathHelperinlinestatic
EShift.MathHelper
Hermite(float value1, float tangent1, float value2, float tangent2, float amount)Shift.MathHelperinlinestatic
IsPowerOfTwo(int value)Shift.MathHelperinlinestatic
Lerp(float value1, float value2, float amount)Shift.MathHelperinlinestatic
LerpPrecise(float value1, float value2, float amount)Shift.MathHelperinlinestatic
Log10EShift.MathHelper
Log2EShift.MathHelper
Max(float value1, float value2)Shift.MathHelperinlinestatic
Max(int value1, int value2)Shift.MathHelperinlinestatic
Min(float value1, float value2)Shift.MathHelperinlinestatic
Min(int value1, int value2)Shift.MathHelperinlinestatic
PiShift.MathHelper
PiOver2Shift.MathHelper
PiOver4Shift.MathHelper
SmoothStep(float value1, float value2, float amount)Shift.MathHelperinlinestatic
ToDegrees(float radians)Shift.MathHelperinlinestatic
ToRadians(float degrees)Shift.MathHelperinlinestatic
TwoPiShift.MathHelper
WrapAngle(float angle)Shift.MathHelperinlinestatic