pCon.planner Plugin SDK  Version 8.8.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Public Member Functions | Public Attributes | List of all members
X3g::Plugin::GePlane Class Reference

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...
 

Detailed Description

Plane.

Constructor & Destructor Documentation

X3g::Plugin::GePlane::GePlane ( )

Constructor.

X3g::Plugin::GePlane::GePlane ( GeVec3d  pNormal,
double  pDistance 
)

Constructor.

X3g::Plugin::GePlane::GePlane ( GeVec3d  pNormal,
GeVec3d  pPosition 
)

Constructor.

Member Data Documentation

double X3g::Plugin::GePlane::Distance

Distance to origin.

GeVec3d X3g::Plugin::GePlane::Normal

Normal of the plane.