Math |
The MathHelper type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Barycentric | Returns the Cartesian coordinate for one axis of a point that is defined by a given triangle and two normalized barycentric (areal) coordinates. |
![]() ![]() | CatmullRom | Performs a Catmull-Rom interpolation using the specified positions. |
![]() ![]() | Clamp | Restricts a value to be within a specified range. |
![]() ![]() | Distance | Calculates the absolute value of the difference of two values. |
![]() ![]() | Hermite | Performs a Hermite spline interpolation. |
![]() ![]() | Lerp | Linearly interpolates between two values. |
![]() ![]() | Max | Returns the greater of two values. |
![]() ![]() | Min | Returns the lesser of two values. |
![]() ![]() | SmoothStep | Interpolates between two values using a cubic equation. |
![]() ![]() | ToDegrees | Converts radians to degrees. |
![]() ![]() | ToRadians | Converts degrees to radians. |
![]() ![]() | WrapAngle | Reduces a given angle to a value between pi and -pi. |