This is the complete list of members for GxMath, including all inherited members.
__getStaticRtti(void) | GxClassBaseRoot | inlinestatic |
addHash32(u32 hash, u32 value) | GxMath | static |
calculateBezierPosition(const GxVector3 &position0, const GxVector3 &position1, const GxVector3 &position2, const GxVector3 &position3, const f32 time, GxVector3 &position) | GxMath | static |
calculateBezierTangent(const GxVector3 &position0, const GxVector3 &position1, const GxVector3 &position2, const GxVector3 &position3, const f32 time, GxVector3 &direct) | GxMath | static |
calculateSplinePosition(const GxVector3 &position0, const GxVector3 &position1, const GxVector3 &position2, const f32 time, GxVector3 &position) | GxMath | static |
calculateSplineTangent(const GxVector3 &position0, const GxVector3 &position1, const GxVector3 &position2, const f32 time, GxVector3 &direct) | GxMath | static |
geoCoordinatesToMeter(T longitude, T latitude, T centerLongitude, T centerLatitude, T &xMeter, T &zMeter) | GxMath | static |
getAbs(const T value) | GxMath | inlinestatic |
getACos(const f32 value) | GxMath | inlinestatic |
getACos(const f64 value) | GxMath | inlinestatic |
getASin(const f32 value) | GxMath | inlinestatic |
getASin(const f64 value) | GxMath | inlinestatic |
getATan(const f32 value) | GxMath | inlinestatic |
getATan(const f64 value) | GxMath | inlinestatic |
getATan2(const f32 valueY, const f32 valueX) | GxMath | inlinestatic |
getATan2(const f64 valueY, const f64 valueX) | GxMath | inlinestatic |
getBitCount(u32 value) | GxMath | static |
getCeil(f32 value) | GxMath | inlinestatic |
getCeil(f64 value) | GxMath | inlinestatic |
getClamp(const T value, const T min, const T max) | GxMath | inlinestatic |
getCos(const f32 radian) | GxMath | inlinestatic |
getCos(const f64 radian) | GxMath | inlinestatic |
getDefaultObject(void) | GxClassBaseRoot | inlinevirtual |
getDegree(f32 radian) | GxMath | inlinestatic |
getDegree(f64 radian) | GxMath | inlinestatic |
getExp(const f32 n) | GxMath | inlinestatic |
getExp(const f64 n) | GxMath | inlinestatic |
getFastACos(const f32 value) | GxMath | inlinestatic |
getFastASin(const f32 value) | GxMath | inlinestatic |
getFastATan(const f32 value) | GxMath | inlinestatic |
getFastATan2(const f32 valueY, const f32 valueX) | GxMath | inlinestatic |
getFastCos(const f32 radian) | GxMath | inlinestatic |
getFastExp(const f32 n) | GxMath | inlinestatic |
getFastSin(const f32 radian) | GxMath | inlinestatic |
getFastTan(const f32 radian) | GxMath | inlinestatic |
getFigure(const s64 value) | GxMath | static |
getFigure(const u64 value) | GxMath | static |
getFloor(f32 value) | GxMath | inlinestatic |
getFloor(f64 value) | GxMath | inlinestatic |
getHash32(void *pData, u32 size) | GxMath | static |
getHash32(GX_CSTR string) | GxMath | static |
getHash32(GX_CSTR string, u32 value) | GxMath | static |
getHash32(GX_CWSTR string) | GxMath | static |
getHash32(GX_CWSTR string, u32 value) | GxMath | static |
getHash32Encrypt(GX_CSTR string) | GxMath | static |
getHash32Encrypt(GX_CWSTR string) | GxMath | static |
getHash64(void *pData, u32 size) | GxMath | static |
getHash64(GX_CSTR string) | GxMath | static |
getHash64(GX_CWSTR string) | GxMath | static |
getHash64Fast(void *pData, u32 size) | GxMath | static |
getLerp(const T value0, const T value1, f32 ratio) | GxMath | inlinestatic |
getLog(const f32 value) | GxMath | inlinestatic |
getLog(const f64 value) | GxMath | inlinestatic |
getLog(const f32 value, const f32 base) | GxMath | inlinestatic |
getLog(const f64 value, const f64 base) | GxMath | inlinestatic |
getLog(u32 value, const u32 base=2) | GxMath | static |
getLoop(f32 value, f32 min, f32 max) | GxMath | static |
getLoopPI(f32 value) | GxMath | inlinestatic |
getLoopPI2(f32 value) | GxMath | inlinestatic |
getMax(const T value0, const T value1) | GxMath | inlinestatic |
getMin(const T value0, const T value1) | GxMath | inlinestatic |
getMinRadian(f32 radian) | GxMath | static |
getPow(const f32 value, const f32 n) | GxMath | inlinestatic |
getPow(const f64 value, const f64 n) | GxMath | inlinestatic |
getPow(const u32 value, const u32 n) | GxMath | static |
getRadian(f32 degree) | GxMath | inlinestatic |
getRadian(f64 degree) | GxMath | inlinestatic |
getRandom(u32 value) | GxMath | static |
getReverseEndian128(T value) | GxMath | static |
getReverseEndian16(T value) | GxMath | static |
getReverseEndian32(T value) | GxMath | static |
getReverseEndian64(T value) | GxMath | static |
getRoundDown(T value, u32 alignment) | GxMath | static |
getRoundDownFast(T value, u32 alignment) | GxMath | static |
getRoundUp(T value, u32 alignment) | GxMath | static |
getRoundUpFast(T value, size_t alignment) | GxMath | static |
getRoundUpPowerOfTwo(T value) | GxMath | static |
getRtti(void) const =0 | GxClassBaseRoot | pure virtual |
getSaturate(const f32 value) | GxMath | static |
getSaturate(const f64 value) | GxMath | static |
getSign(s32 value) | GxMath | inlinestatic |
getSign(f32 value) | GxMath | inlinestatic |
getSin(const f32 radian) | GxMath | inlinestatic |
getSin(const f64 radian) | GxMath | inlinestatic |
getSqrt(const f32 value) | GxMath | inlinestatic |
getSqrt(const f64 value) | GxMath | inlinestatic |
getSqrtInverse(const f32 value) | GxMath | inlinestatic |
getSqrtInverse(const f64 value) | GxMath | inlinestatic |
getTan(const f32 radian) | GxMath | inlinestatic |
getTan(const f64 radian) | GxMath | inlinestatic |
GIGA_VALUE | GxMath | static |
GxClassBase(void) | GxClassBase | inline |
GxClassBase(const GxClassBase &base) | GxClassBase | inline |
GxClassBaseRoot(void) | GxClassBaseRoot | inline |
GxClassBaseRoot(const GxClassBaseRoot &) | GxClassBaseRoot | inline |
isAlignment(T value, u32 alignment) | GxMath | static |
isAlignmentFast(T value, u32 alignment) | GxMath | static |
isDefaultObject(void) | GxClassBaseRoot | inline |
isPowerOfTwo(T value) | GxMath | static |
KILO_VALUE | GxMath | static |
MEGA_VALUE | GxMath | static |
MICRO_INVERSE | GxMath | static |
MILLI_INVERSE | GxMath | static |
NANO_INVERSE | GxMath | static |
operator=(const GxClassBaseRoot &) | GxClassBaseRoot | inline |
PREFIX enum name | GxMath | |
swap(T &a, T &b) | GxMath | inlinestatic |
VALUE_1 | GxMath | static |
VALUE_128 | GxMath | static |
VALUE_128K | GxMath | static |
VALUE_128M | GxMath | static |
VALUE_16 | GxMath | static |
VALUE_16K | GxMath | static |
VALUE_16M | GxMath | static |
VALUE_1G | GxMath | static |
VALUE_1K | GxMath | static |
VALUE_1M | GxMath | static |
VALUE_2 | GxMath | static |
VALUE_256 | GxMath | static |
VALUE_256K | GxMath | static |
VALUE_256M | GxMath | static |
VALUE_2G | GxMath | static |
VALUE_2K | GxMath | static |
VALUE_2M | GxMath | static |
VALUE_32 | GxMath | static |
VALUE_32K | GxMath | static |
VALUE_32M | GxMath | static |
VALUE_4 | GxMath | static |
VALUE_4K | GxMath | static |
VALUE_4M | GxMath | static |
VALUE_512 | GxMath | static |
VALUE_512K | GxMath | static |
VALUE_512M | GxMath | static |
VALUE_64 | GxMath | static |
VALUE_64K | GxMath | static |
VALUE_64M | GxMath | static |
VALUE_8 | GxMath | static |
VALUE_8K | GxMath | static |
VALUE_8M | GxMath | static |
~GxClassBase(void) override | GxClassBase | inline |
~GxClassBaseRoot(void) | GxClassBaseRoot | inlinevirtual |