#include <utilityfuncs.h>
Public Member Functions | |
CVector2f () | |
CVector2f (float x, float y) | |
void | Set (CVector2f v) |
void | Set (sPoint2f sPoint) |
void | Set (float x, float y) |
float | GetMagnitude () |
sVector2f | GetNormalized () |
double | GetAngle () |
sPoint2f | GetPoint () |
Public Attributes | |
sVector2f | _vec |
sVector2f | _normalized |
float | _mag |
double | _alpha |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|