Jypeli 10
The simple game programming library
AdvanceMath.MathHelper Jäsenlista

Tämä on lista kaikista jäsenistä luokassa AdvanceMath.MathHelper, sisältäen kaikki perityt jäsenet.

Acos(Scalar d)AdvanceMath.MathHelperstatic
AngleSubtract(Scalar angle1, Scalar angle2)AdvanceMath.MathHelperstatic
AngleSubtract(ref Scalar angle1, ref Scalar angle2, out Scalar result)AdvanceMath.MathHelperstatic
Asin(Scalar d)AdvanceMath.MathHelperstatic
Atan(Scalar d)AdvanceMath.MathHelperstatic
Atan2(Scalar y, Scalar x)AdvanceMath.MathHelperstatic
CatmullRom(Scalar value1, Scalar value2, Scalar value3, Scalar value4, Scalar amount)AdvanceMath.MathHelperstatic
CatmullRom(ref Scalar value1, ref Scalar value2, ref Scalar value3, ref Scalar value4, Scalar amount, out Scalar result)AdvanceMath.MathHelperstatic
Ceiling(Scalar a)AdvanceMath.MathHelperstatic
Clamp(Scalar value, Scalar min, Scalar max)AdvanceMath.MathHelperstatic
Clamp(ref Scalar value, ref Scalar min, ref Scalar max, out Scalar result)AdvanceMath.MathHelperstatic
ClampAngle(Scalar angle)AdvanceMath.MathHelperstatic
ClampAngle(ref Scalar angle)AdvanceMath.MathHelperstatic
ClampAngle(ref Scalar angle, out Scalar result)AdvanceMath.MathHelperstatic
Cos(Scalar d)AdvanceMath.MathHelperstatic
Cosh(Scalar value)AdvanceMath.MathHelperstatic
DegreesPerRadianAdvanceMath.MathHelperstatic
EAdvanceMath.MathHelperstatic
EpsilonAdvanceMath.MathHelperstatic
Exp(Scalar d)AdvanceMath.MathHelperstatic
Floor(Scalar d)AdvanceMath.MathHelperstatic
Hermite(Scalar value1, Scalar tangent1, Scalar value2, Scalar tangent2, Scalar amount)AdvanceMath.MathHelperstatic
Hermite(ref Scalar value1, ref Scalar tangent1, ref Scalar value2, ref Scalar tangent2, Scalar amount, out Scalar result)AdvanceMath.MathHelperstatic
HermiteHelper(Scalar amount, out Scalar h1, out Scalar h2, out Scalar h3, out Scalar h4)AdvanceMath.MathHelperpackagestatic
IEEERemainder(Scalar x, Scalar y)AdvanceMath.MathHelperstatic
InvSqrt(Scalar number)AdvanceMath.MathHelperstatic
Lerp(Scalar left, Scalar right, Scalar amount)AdvanceMath.MathHelperstatic
Lerp(ref Scalar left, ref Scalar right, ref Scalar amount, out Scalar result)AdvanceMath.MathHelperstatic
Log(Scalar d)AdvanceMath.MathHelperstatic
Log10(Scalar d)AdvanceMath.MathHelperstatic
Max(params Scalar[] vals)AdvanceMath.MathHelperstatic
Min(params Scalar[] vals)AdvanceMath.MathHelperstatic
PiAdvanceMath.MathHelperstatic
PiOver2AdvanceMath.MathHelperstatic
PiOver4AdvanceMath.MathHelperstatic
PointInTri2D(Vector2D point, Vector2D a, Vector2D b, Vector2D c)AdvanceMath.MathHelperstatic
Pow(Scalar x, Scalar y)AdvanceMath.MathHelperstatic
RadiansPerDegreeAdvanceMath.MathHelperstatic
Round(Scalar a)AdvanceMath.MathHelperstatic
Round(Scalar value, int digits)AdvanceMath.MathHelperstatic
Sin(Scalar a)AdvanceMath.MathHelperstatic
Sinh(Scalar value)AdvanceMath.MathHelperstatic
Sort(Scalar value1, Scalar value2, out Scalar max, out Scalar min)AdvanceMath.MathHelperstatic
Sqrt(Scalar d)AdvanceMath.MathHelperstatic
Tan(Scalar a)AdvanceMath.MathHelperstatic
Tanh(Scalar value)AdvanceMath.MathHelperstatic
ThreePiOver2AdvanceMath.MathHelperstatic
ToDegrees(Scalar radians)AdvanceMath.MathHelperstatic
ToleranceAdvanceMath.MathHelperstatic
ToRadians(Scalar degrees)AdvanceMath.MathHelperstatic
TrySolveQuadratic(Scalar a, Scalar b, Scalar c, out Scalar plus, out Scalar minus)AdvanceMath.MathHelperstatic
TwoAdvanceMath.MathHelperpackagestatic
TwoPiAdvanceMath.MathHelperstatic
WrapClamp(Scalar value, Scalar min, Scalar max)AdvanceMath.MathHelperstatic
WrapClamp(ref Scalar value, ref Scalar min, ref Scalar max, out Scalar result)AdvanceMath.MathHelperstatic