#include <math.h>
Defines | |
#define | PI 3.14159265f |
#define | ROT_FACTOR (360/(2*3.14159265)) |
Functions | |
sPoint2f | operator+ (sPoint2f c1, sPoint2f c2) |
sPoint2f | operator- (sPoint2f c2, sPoint2f c1) |
sPoint2f | operator * (float dt, CVector2f v) |
CVector2f | operator+ (CVector2f v1, CVector2f v2) |
float | dot (sVector2f v1, sVector2f v2) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|