AI_TVector2.h File Reference
#include "AI_Math.h"
#include <float.h>
Go to the source code of this file.
Classes | |
| class | AI_TVector2 |
Functions | |
| static AI_TVector2 | operator+ (const AI_TVector2 &v0, const AI_TVector2 &v1) |
| static AI_TVector2 | operator- (const AI_TVector2 &v0, const AI_TVector2 &v1) |
| static float | operator% (const AI_TVector2 &v0, const AI_TVector2 &v1) |
| static AI_TVector2 | operator * (const AI_TVector2 &v0, const float s) |
| static AI_TVector2 | operator- (const AI_TVector2 &v) |
Function Documentation
| static AI_TVector2 operator * | ( | const AI_TVector2 & | v0, | |
| const float | s | |||
| ) | [inline, static] |
| static float operator% | ( | const AI_TVector2 & | v0, | |
| const AI_TVector2 & | v1 | |||
| ) | [inline, static] |
Dot product.
| static AI_TVector2 operator+ | ( | const AI_TVector2 & | v0, | |
| const AI_TVector2 & | v1 | |||
| ) | [inline, static] |
| static AI_TVector2 operator- | ( | const AI_TVector2 & | v | ) | [inline, static] |
| static AI_TVector2 operator- | ( | const AI_TVector2 & | v0, | |
| const AI_TVector2 & | v1 | |||
| ) | [inline, static] |
