![]() |
Jypeli 10
The simple game programming library
|
Tämä on lista kaikista jäsenistä luokassa AdvanceMath.MathHelper, sisältäen kaikki perityt jäsenet.
| Acos(Scalar d) | AdvanceMath.MathHelper | static |
| AngleSubtract(Scalar angle1, Scalar angle2) | AdvanceMath.MathHelper | static |
| AngleSubtract(ref Scalar angle1, ref Scalar angle2, out Scalar result) | AdvanceMath.MathHelper | static |
| Asin(Scalar d) | AdvanceMath.MathHelper | static |
| Atan(Scalar d) | AdvanceMath.MathHelper | static |
| Atan2(Scalar y, Scalar x) | AdvanceMath.MathHelper | static |
| CatmullRom(Scalar value1, Scalar value2, Scalar value3, Scalar value4, Scalar amount) | AdvanceMath.MathHelper | static |
| CatmullRom(ref Scalar value1, ref Scalar value2, ref Scalar value3, ref Scalar value4, Scalar amount, out Scalar result) | AdvanceMath.MathHelper | static |
| Ceiling(Scalar a) | AdvanceMath.MathHelper | static |
| Clamp(Scalar value, Scalar min, Scalar max) | AdvanceMath.MathHelper | static |
| Clamp(ref Scalar value, ref Scalar min, ref Scalar max, out Scalar result) | AdvanceMath.MathHelper | static |
| ClampAngle(Scalar angle) | AdvanceMath.MathHelper | static |
| ClampAngle(ref Scalar angle) | AdvanceMath.MathHelper | static |
| ClampAngle(ref Scalar angle, out Scalar result) | AdvanceMath.MathHelper | static |
| Cos(Scalar d) | AdvanceMath.MathHelper | static |
| Cosh(Scalar value) | AdvanceMath.MathHelper | static |
| DegreesPerRadian | AdvanceMath.MathHelper | static |
| E | AdvanceMath.MathHelper | static |
| Epsilon | AdvanceMath.MathHelper | static |
| Exp(Scalar d) | AdvanceMath.MathHelper | static |
| Floor(Scalar d) | AdvanceMath.MathHelper | static |
| Hermite(Scalar value1, Scalar tangent1, Scalar value2, Scalar tangent2, Scalar amount) | AdvanceMath.MathHelper | static |
| Hermite(ref Scalar value1, ref Scalar tangent1, ref Scalar value2, ref Scalar tangent2, Scalar amount, out Scalar result) | AdvanceMath.MathHelper | static |
| HermiteHelper(Scalar amount, out Scalar h1, out Scalar h2, out Scalar h3, out Scalar h4) | AdvanceMath.MathHelper | packagestatic |
| IEEERemainder(Scalar x, Scalar y) | AdvanceMath.MathHelper | static |
| InvSqrt(Scalar number) | AdvanceMath.MathHelper | static |
| Lerp(Scalar left, Scalar right, Scalar amount) | AdvanceMath.MathHelper | static |
| Lerp(ref Scalar left, ref Scalar right, ref Scalar amount, out Scalar result) | AdvanceMath.MathHelper | static |
| Log(Scalar d) | AdvanceMath.MathHelper | static |
| Log10(Scalar d) | AdvanceMath.MathHelper | static |
| Max(params Scalar[] vals) | AdvanceMath.MathHelper | static |
| Min(params Scalar[] vals) | AdvanceMath.MathHelper | static |
| Pi | AdvanceMath.MathHelper | static |
| PiOver2 | AdvanceMath.MathHelper | static |
| PiOver4 | AdvanceMath.MathHelper | static |
| PointInTri2D(Vector2D point, Vector2D a, Vector2D b, Vector2D c) | AdvanceMath.MathHelper | static |
| Pow(Scalar x, Scalar y) | AdvanceMath.MathHelper | static |
| RadiansPerDegree | AdvanceMath.MathHelper | static |
| Round(Scalar a) | AdvanceMath.MathHelper | static |
| Round(Scalar value, int digits) | AdvanceMath.MathHelper | static |
| Sin(Scalar a) | AdvanceMath.MathHelper | static |
| Sinh(Scalar value) | AdvanceMath.MathHelper | static |
| Sort(Scalar value1, Scalar value2, out Scalar max, out Scalar min) | AdvanceMath.MathHelper | static |
| Sqrt(Scalar d) | AdvanceMath.MathHelper | static |
| Tan(Scalar a) | AdvanceMath.MathHelper | static |
| Tanh(Scalar value) | AdvanceMath.MathHelper | static |
| ThreePiOver2 | AdvanceMath.MathHelper | static |
| ToDegrees(Scalar radians) | AdvanceMath.MathHelper | static |
| Tolerance | AdvanceMath.MathHelper | static |
| ToRadians(Scalar degrees) | AdvanceMath.MathHelper | static |
| TrySolveQuadratic(Scalar a, Scalar b, Scalar c, out Scalar plus, out Scalar minus) | AdvanceMath.MathHelper | static |
| Two | AdvanceMath.MathHelper | packagestatic |
| TwoPi | AdvanceMath.MathHelper | static |
| WrapClamp(Scalar value, Scalar min, Scalar max) | AdvanceMath.MathHelper | static |
| WrapClamp(ref Scalar value, ref Scalar min, ref Scalar max, out Scalar result) | AdvanceMath.MathHelper | static |