|
| Vector3 (const Vector3 &in) |
|
| Vector3 (float _x, float _y, float _z) |
|
| Vector3 (float _x, float _y) |
|
constexpr Vector3 & | operator= (const Vector3 &lhr) |
|
Vector3 | operator- (const Vector3 &rhs) const |
|
Vector3 | operator- () const |
|
Vector3 | operator+ (const Vector3 &rhs) const |
|
Vector3 & | operator+= (const Vector3 &v) |
|
Vector3 | operator/ (const float &d) const |
|
Vector3 | operator* (const float &d) const |
|
Vector3 | Inverse () const |
|
float | Dot (Vector3 const &rhs) const |
|
float | sqrMagnitude () const |
|
float | Magnitude () const |
|
void | Normalize () |
|
Vector3 | Normalized () const |
|
void | rotate (const Vector3 &axis, float radians) |
|
Vector3 | Cross (const Vector3 &in) const |
|
The documentation for this class was generated from the following file: