|
OpenSceneGraph
3.4.1
|
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 Sun Jun 19 2022 09:25:53 for the OpenSceneGraph by doxygen 1.8.5. |