|
OpenSceneGraph
3.4.0
|
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 |
| Vec3_type | localIntersectionPoint |
| center of all intersection points | |
| unsigned int | numIntersectionPoints |
| Vec3_type | intersectionPoints [MaxNumIntesectionPoints] |
| unsigned int | primitiveIndex |
| primitive index | |
| bool osgUtil::PolytopeIntersector::Intersection::operator< | ( | const Intersection & | rhs | ) | const [inline] |
References distance, drawable, nodePath, and primitiveIndex.
distance from reference plane
Referenced by operator<().
Referenced by operator<().
center of all intersection points
maximum distance of intersection points from reference plane
primitive index
Referenced by operator<().
| Generated at Tue Dec 8 2015 00:16:51 for the OpenSceneGraph by doxygen 1.7.6.1. |