This is the complete list of members for GxVector4d, including all inherited members.
__getStaticRtti(void) (defined in GxStructBase) | GxStructBase | inlinestatic |
_w | GxVector4d | |
_x | GxVector4d | |
_y | GxVector4d | |
_z | GxVector4d | |
addScalar(f64 scalar) | GxVector4d | |
addVector(const GxVector4d &vector) | GxVector4d | |
AXIS_W | GxVector4d | static |
AXIS_X | GxVector4d | static |
AXIS_Y | GxVector4d | static |
AXIS_Z | GxVector4d | static |
DIMENSION | GxVector4d | static |
divScalar(f64 scalar) | GxVector4d | |
divVector(const GxVector4d &vector) | GxVector4d | |
getAddScalar(GxVector4d &dst, const GxVector4d &vector, f64 scalar) | GxVector4d | static |
getAddVector(GxVector4d &dst, const GxVector4d &vector0, const GxVector4d &vector1) | GxVector4d | static |
getDivScalar(GxVector4d &dst, const GxVector4d &vector, f64 scalar) | GxVector4d | static |
getDivVector(GxVector4d &dst, const GxVector4d &vector0, const GxVector4d &vector1) | GxVector4d | static |
getDot(const GxVector4d &vector0, const GxVector4d &vector1) | GxVector4d | static |
getLength(void) const | GxVector4d | |
getLengthSquare(void) const | GxVector4d | |
getLerp(const GxVector4d &vector0, const GxVector4d &vector1, f64 t) | GxVector4d | static |
getLerp(GxVector4d &dst, const GxVector4d &vector0, const GxVector4d &vector1, f64 t) | GxVector4d | static |
getMaximum(const GxVector4d &vector0, const GxVector4d &vector1) | GxVector4d | static |
getMaximum(GxVector4d &dst, const GxVector4d &vector0, const GxVector4d &vector1) | GxVector4d | static |
getMaximumValue(void) const | GxVector4d | inline |
getMinimum(const GxVector4d &vector0, const GxVector4d &vector1) | GxVector4d | static |
getMinimum(GxVector4d &dst, const GxVector4d &vector0, const GxVector4d &vector1) | GxVector4d | static |
getMinimumValue(void) const | GxVector4d | inline |
getMulScalar(GxVector4d &dst, const GxVector4d &vector, f64 scalar) | GxVector4d | static |
getMulVector(GxVector4d &dst, const GxVector4d &vector0, const GxVector4d &vector1) | GxVector4d | static |
getNormalize(void) const | GxVector4d | |
getNormalize(GxVector4d &dst, const GxVector4d &vector) | GxVector4d | static |
getNormalizeEx(void) const | GxVector4d | |
getNormalizeEx(GxVector4d &dst, const GxVector4d &vector) | GxVector4d | static |
getSubScalar(GxVector4d &dst, const GxVector4d &vector, f64 scalar) | GxVector4d | static |
getSubVector(GxVector4d &dst, const GxVector4d &vector0, const GxVector4d &vector1) | GxVector4d | static |
GxVector4d(void) | GxVector4d | inline |
GxVector4d(f64 x, f64 y, f64 z, f64 w) | GxVector4d | |
GxVector4d(const GxDouble4 &double4) | GxVector4d | |
GxVector4d(const f64 *pDoubleArray) | GxVector4d | |
GxVector4d(const GxVector3d &vector, f64 w) | GxVector4d | |
GxVector4d(const GxColorHDR &color) | GxVector4d | |
GxVector4d(const GxVector4d &vector) | GxVector4d | |
isZeroVector(void) const | GxVector4d | |
MAX | GxVector4d | static |
MIN | GxVector4d | static |
mulScalar(f64 scalar) | GxVector4d | |
mulVector(const GxVector4d &vector) | GxVector4d | |
normalize(void) | GxVector4d | |
normalizeEx(void) | GxVector4d | |
ONE | GxVector4d | static |
operator!=(const GxVector4d &vector0, const GxVector4d &vector1) | GxVector4d | friend |
operator*(const GxVector4d &vector, f64 scalar) | GxVector4d | friend |
operator*(f64 scalar, const GxVector4d &vector) | GxVector4d | friend |
operator*(const GxVector4d &vector0, const GxVector4d &vector1) | GxVector4d | friend |
operator*=(f64 scalar) | GxVector4d | |
operator*=(const GxVector4d &vector) | GxVector4d | |
operator+(const GxVector4d &vector) | GxVector4d | friend |
operator+(const GxVector4d &vector, f64 scalar) | GxVector4d | friend |
operator+(const GxVector4d &vector0, const GxVector4d &vector1) | GxVector4d | friend |
operator+=(f64 scalar) | GxVector4d | |
operator+=(const GxVector4d &vector) | GxVector4d | |
operator-(const GxVector4d &vector) | GxVector4d | friend |
operator-(const GxVector4d &vector, f64 scalar) | GxVector4d | friend |
operator-(const GxVector4d &vector0, const GxVector4d &vector1) | GxVector4d | friend |
operator-=(f64 scalar) | GxVector4d | |
operator-=(const GxVector4d &vector) | GxVector4d | |
operator/(const GxVector4d &vector, f64 scalar) | GxVector4d | friend |
operator/(const GxVector4d &vector0, const GxVector4d &vector1) | GxVector4d | friend |
operator/=(f64 scalar) | GxVector4d | |
operator/=(const GxVector4d &vector) | GxVector4d | |
operator=(const GxVector3d &vector) | GxVector4d | |
operator=(const GxVector4d &vector) | GxVector4d | |
operator==(const GxVector4d &vector0, const GxVector4d &vector1) | GxVector4d | friend |
operator[](u32 i) const | GxVector4d | |
operator[](u32 i) | GxVector4d | |
setLength(f64 length) | GxVector4d | |
setLengthEx(f64 length) | GxVector4d | |
subScalar(f64 scalar) | GxVector4d | |
subVector(const GxVector4d &vector) | GxVector4d | |
ZERO | GxVector4d | static |