![]() |
Mach1 Spatial SDK
|
Public Member Functions | |
Mach1Point4D | operator+ (const Mach1Point4D &pnt) const |
Mach1Point4D | operator* (const float f) const |
Mach1Point4D | operator* (const Mach1Point4D &pnt) const |
Mach1Point4D | operator- (const Mach1Point4D &pnt) const |
float | length () const |
float | operator[] (int index) |
Mach1Point4D | Mach1Point4D_create () |
Mach1Point4D | Mach1Point4D_create (float X, float Y, float Z, float W) |
Public Attributes | |
float | x |
float | y |
float | z |
float | w |