OpenSceneGraph
3.0.1
|
Public Types | |
enum | { MaxNumIntesectionPoints = 6 } |
Public Member Functions | |
Intersection () | |
bool | operator< (const Intersection &rhs) const |
Public Attributes | |
double | distance |
distance from reference plane | |
double | maxDistance |
maximum distance of intersection points from reference plane | |
osg::NodePath | nodePath |
osg::ref_ptr< osg::Drawable > | drawable |
osg::ref_ptr< osg::RefMatrix > | matrix |
osg::Vec3 | localIntersectionPoint |
center of all intersection points | |
unsigned int | numIntersectionPoints |
osg::Vec3 | intersectionPoints [MaxNumIntesectionPoints] |
unsigned int | primitiveIndex |
primitive index |
osgUtil::PolytopeIntersector::Intersection::Intersection | ( | ) | [inline] |
bool osgUtil::PolytopeIntersector::Intersection::operator< | ( | const Intersection & | rhs | ) | const [inline] |
distance from reference plane
osg::Vec3 osgUtil::PolytopeIntersector::Intersection::intersectionPoints[MaxNumIntesectionPoints] |
center of all intersection points
maximum distance of intersection points from reference plane
primitive index
![]() | Generated at Mon Oct 3 2011 12:39:50 for the OpenSceneGraph by doxygen 1.7.5. |