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::PolytopeIntersector::Intersection::Intersection | ( | ) | [inline] |
| bool osgUtil::PolytopeIntersector::PolytopeIntersector::Intersection::operator< | ( | const Intersection & | rhs | ) | const [inline] |
References osgUtil::PolytopeIntersector::PolytopeIntersector::Intersection::distance, osgUtil::PolytopeIntersector::PolytopeIntersector::Intersection::drawable, osgUtil::PolytopeIntersector::PolytopeIntersector::Intersection::nodePath, and osgUtil::PolytopeIntersector::PolytopeIntersector::Intersection::primitiveIndex.
| double osgUtil::PolytopeIntersector::PolytopeIntersector::Intersection::distance |
distance from reference plane
Referenced by osgUtil::PolytopeIntersector::PolytopeIntersector::Intersection::operator<().
| osg::ref_ptr<osg::Drawable> osgUtil::PolytopeIntersector::PolytopeIntersector::Intersection::drawable |
| osg::Vec3 osgUtil::PolytopeIntersector::PolytopeIntersector::Intersection::intersectionPoints[MaxNumIntesectionPoints] |
| osg::Vec3 osgUtil::PolytopeIntersector::PolytopeIntersector::Intersection::localIntersectionPoint |
center of all intersection points
| osg::ref_ptr<osg::RefMatrix> osgUtil::PolytopeIntersector::PolytopeIntersector::Intersection::matrix |
| double osgUtil::PolytopeIntersector::PolytopeIntersector::Intersection::maxDistance |
maximum distance of intersection points from reference plane
| osg::NodePath osgUtil::PolytopeIntersector::PolytopeIntersector::Intersection::nodePath |
| unsigned int osgUtil::PolytopeIntersector::PolytopeIntersector::Intersection::numIntersectionPoints |
| unsigned int osgUtil::PolytopeIntersector::PolytopeIntersector::Intersection::primitiveIndex |
primitive index
Referenced by osgUtil::PolytopeIntersector::PolytopeIntersector::Intersection::operator<().
| Generated at Thu Mar 19 23:40:59 2009 for the OpenSceneGraph by doxygen 1.5.8. |