![]() |
pCon.planner Plugin SDK
Version 8.8.1
|
A four dimensional double vector or point. More...
Public Member Functions | |
GeVec4d (double x, double y, double z, double w) | |
Constructor. More... | |
bool | IsSame (GeVec4d other, double tol) |
Returns true if this vector equals another vector using a tolerance. More... | |
GeVec4f | ToVec4f () |
Converts this vector to GeVec4f. More... | |
Public Attributes | |
double | x |
X coordinate. More... | |
double | y |
Y coordinate. More... | |
double | z |
Z coordinate. More... | |
double | w |
W coordinate. More... | |
A four dimensional double vector or point.
X3g::Plugin::GeVec4d::GeVec4d | ( | double | x, |
double | y, | ||
double | z, | ||
double | w | ||
) |
Constructor.
bool X3g::Plugin::GeVec4d::IsSame | ( | GeVec4d | other, |
double | tol | ||
) |
Returns true if this vector equals another vector using a tolerance.
double X3g::Plugin::GeVec4d::w |
W coordinate.
double X3g::Plugin::GeVec4d::x |
X coordinate.
double X3g::Plugin::GeVec4d::y |
Y coordinate.
double X3g::Plugin::GeVec4d::z |
Z coordinate.