FastMath Member List

This is the complete list of members for FastMath, including all inherited members.
BuildTrig() (defined in FastMath)FastMath [protected, static]
ClearBuffer(int *buffer, int size, int value) (defined in FastMath)FastMath [inline, static]
CopyBuffer(int *source, int size, int *target) (defined in FastMath)FastMath [inline, static]
Cos(float64 angle) (defined in FastMath)FastMath [inline, static]
Crop(int num, int min, int max) (defined in FastMath)FastMath [inline, static]
Crop(float64 num, float64 min, float64 max) (defined in FastMath)FastMath [inline, static]
CropBuffer(int *buffer, int size, int min, int max) (defined in FastMath)FastMath [static]
Deg2rad(float64 deg) (defined in FastMath)FastMath [inline, static]
FastRandom(int bits) (defined in FastMath)FastMath [static]
FastRndBit() (defined in FastMath)FastMath [inline, static]
InRange(int num, int min, int max) (defined in FastMath)FastMath [inline, static]
Interpolate(float64 a, float64 b, float64 d) (defined in FastMath)FastMath [inline, static]
InvSqrt(float32 x) (defined in FastMath)FastMath [protected, static]
IsPrime(const int n) (defined in FastMath)FastMath [inline]
m_cosinus (defined in FastMath)FastMath [protected, static]
m_fastRandoms (defined in FastMath)FastMath [protected, static]
m_fastRndInit (defined in FastMath)FastMath [protected, static]
m_fastRndPointer (defined in FastMath)FastMath [protected, static]
m_pad (defined in FastMath)FastMath [protected, static]
m_pi (defined in FastMath)FastMath [protected, static]
m_rad2scale (defined in FastMath)FastMath [protected, static]
m_sinus (defined in FastMath)FastMath [protected, static]
m_trig (defined in FastMath)FastMath [protected, static]
NextPrime(const int n) (defined in FastMath)FastMath [inline]
Pythagoras(float64 a, float64 b) (defined in FastMath)FastMath [inline, static]
Pythagoras(int a, int b) (defined in FastMath)FastMath [inline, static]
Rad2deg(float64 rad) (defined in FastMath)FastMath [inline, static]
Random() (defined in FastMath)FastMath [inline, static]
Random(float64 min, float64 max) (defined in FastMath)FastMath [inline, static]
RandomWithDelta(float64 averidge, float64 delta) (defined in FastMath)FastMath [inline, static]
Sin(float64 angle) (defined in FastMath)FastMath [inline, static]
Sqrt(float32 x) (defined in FastMath)FastMath [inline, static]
Sqrt(float64 x) (defined in FastMath)FastMath [inline, static]