17#ifndef AEONGAMES_VECTOR2_H
18#define AEONGAMES_VECTOR2_H
33 DLL
Vector2 (
const float*
const aVector );
38 DLL
Vector2 (
float aX,
float aY );
48 DLL
const float&
GetX()
const;
52 DLL
const float&
GetY()
const;
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.