Go to the source code of this file.
Functions | |
| float | fastInvSqrt (float x) |
| float | fastSqrt (float x) |
| float | weightedAverage (float n1, float n2, float w) |
| float fastInvSqrt | ( | float | x | ) | [inline] |
Definition at line 34 of file mathutils.h.
| float fastSqrt | ( | float | x | ) | [inline] |
Definition at line 45 of file mathutils.h.
| float weightedAverage | ( | float | n1, | |
| float | n2, | |||
| float | w | |||
| ) | [inline] |
Definition at line 50 of file mathutils.h.
1.5.5