Vector.h
Vector operator+(const Vector &) const
Adds all corresponding members and returns the outcome.
float RotationZDiffRelative(const Vector &) const
returns the angle between the 2 vectors in relation to (*this) in degrees
float Distance(const Vector &) const
Returns the distance of this vector to the other vector.
Vector Normalize() const
Returns a copy of the Vector with a magnitude of 1.
Definition: AssetID.h:37
Vector RotateZ(float)
Returns the result of rotating the vector by the specified degrees about the center.
float RotationXDiff(const Vector &) const
returns the YZ angle between the 2 vectors in relation to the origin in degrees
Vector operator*(const Vector &) const
Multiplies all corresponding members and returns the outcome.
float RotationYDiff(const Vector &) const
Returns the zx angle between the 2 vectors in relation to the origin in degrees.
Vector operator/(const Vector &) const
Divides all corresponding members and returns the outcome.
float RotationYDiffRelative(const Vector &) const
returns the angle between the 2 vectors in relation to (*this) in degrees
Vector Floor() const
Returns a version of the vector with the fractional values of each component dropped.
float RotationXDiffRelative(const Vector &) const
returns the angle between the 2 vectors in relation to (*this) in degrees
float RotationZDiff(const Vector &) const
returns the XY angle between the 2 vectors in relation to the origin in degrees