16#include "aeongames/Vector2.hpp"
23 memset (
mVector, 0,
sizeof (
float ) * 2 );
28 memcpy (
mVector, aVector2,
sizeof (
float ) * 2 );
Inline functions related to 3D Math.
DLL const float & GetX() const
Get the X component.
DLL const float & GetY() const
Get the Y component.
float mVector[2]
X and Y components.
DLL const float *const GetVector() const
Get a pointer to the internal vector data.
DLL Vector2()
Default constructor.
DLL ~Vector2()
destructor.
<- This is here just for the literals
DLL const bool operator==(const Matrix3x3 &lhs, const Matrix3x3 &rhs)
Compare two 3x3 matrices for equality.