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