OpenSceneGraph
3.2.0
|
Public Types | |
enum | { MaxNumIntesectionPoints =6 } |
Public Member Functions | |
Intersection () | |
bool | operator< (const Intersection &rhs) const |
Public Attributes | |
double | distance |
distance from reference plane More... | |
double | maxDistance |
maximum distance of intersection points from reference plane More... | |
osg::NodePath | nodePath |
osg::ref_ptr< osg::Drawable > | drawable |
osg::ref_ptr< osg::RefMatrix > | matrix |
Vec3_type | localIntersectionPoint |
center of all intersection points More... | |
unsigned int | numIntersectionPoints |
Vec3_type | intersectionPoints [MaxNumIntesectionPoints] |
unsigned int | primitiveIndex |
primitive index More... | |
|
inline |
|
inline |
References distance, drawable, nodePath, and primitiveIndex.
double osgUtil::PolytopeIntersector::Intersection::distance |
distance from reference plane
Referenced by operator<().
osg::ref_ptr<osg::Drawable> osgUtil::PolytopeIntersector::Intersection::drawable |
Referenced by operator<().
Vec3_type osgUtil::PolytopeIntersector::Intersection::intersectionPoints[MaxNumIntesectionPoints] |
Vec3_type osgUtil::PolytopeIntersector::Intersection::localIntersectionPoint |
center of all intersection points
osg::ref_ptr<osg::RefMatrix> osgUtil::PolytopeIntersector::Intersection::matrix |
double osgUtil::PolytopeIntersector::Intersection::maxDistance |
maximum distance of intersection points from reference plane
osg::NodePath osgUtil::PolytopeIntersector::Intersection::nodePath |
Referenced by operator<().
unsigned int osgUtil::PolytopeIntersector::Intersection::numIntersectionPoints |
unsigned int osgUtil::PolytopeIntersector::Intersection::primitiveIndex |
primitive index
Referenced by operator<().
![]() | Generated at Thu Aug 15 2013 02:44:06 for the OpenSceneGraph by doxygen 1.8.4. |