This reference page is linked to from the following overview topics: Parameter Types.
Go to the source code of this file.
Classes |
|
class | Point4 |
Functions |
|
GEOMEXPORT float | Length (const Point4 &) |
GEOMEXPORT float | FLength (const Point4 &) |
GEOMEXPORT float | LengthSquared (const Point4 &) |
GEOMEXPORT int | MaxComponent (const Point4 &) |
GEOMEXPORT int | MinComponent (const Point4 &) |
GEOMEXPORT Point4 | Normalize (const Point4 &) |
GEOMEXPORT Point4 | FNormalize (const Point4 &) |
GEOMEXPORT Point4 | CrossProd (const Point4 &a, const Point4 &b, const Point4 &c) |
Point4 | operator* (float f, const Point4 &a) |
Point4 | operator* (const Point4 &a, float f) |
Point4 | operator/ (const Point4 &a, float f) |
Point4 | operator+ (const Point4 &a, float f) |
float | DotProd (const Point4 &a, const Point4 &b) |
Variables |
|
class GEOMEXPORT | Point4 |
float Length | ( | const Point4 & | v | ) | [inline] |
float FLength | ( | const Point4 & | v | ) | [inline] |
float LengthSquared | ( | const Point4 & | v | ) | [inline] |
GEOMEXPORT int MaxComponent | ( | const Point4 & | ) |
GEOMEXPORT int MinComponent | ( | const Point4 & | ) |
class GEOMEXPORT Point4 |