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