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