![]() |
pCon.planner Plugin SDK
Version 8.8.1
|
Plane. More...
Public Member Functions | |
GePlane () | |
Constructor. More... | |
GePlane (GeVec3d pNormal, double pDistance) | |
Constructor. More... | |
GePlane (GeVec3d pNormal, GeVec3d pPosition) | |
Constructor. More... | |
Public Attributes | |
GeVec3d | Normal |
Normal of the plane. More... | |
double | Distance |
Distance to origin. More... | |
Plane.
X3g::Plugin::GePlane::GePlane | ( | ) |
Constructor.
X3g::Plugin::GePlane::GePlane | ( | GeVec3d | pNormal, |
double | pDistance | ||
) |
Constructor.
double X3g::Plugin::GePlane::Distance |
Distance to origin.
GeVec3d X3g::Plugin::GePlane::Normal |
Normal of the plane.