FixedMath Class |
Namespace: Demo3D.EventQueue
public static class Math
The FixedMath type exposes the following members.
| Name | Description | |
|---|---|---|
| Abs |
Returns the absolute value of a.
| |
| Max |
The maximum of two numbers.
| |
| Min |
The minimum of two numbers.
| |
| Sqrt |
The Sqrt of the given number.
|