![]() |
OpenSceneGraph
|
Public Types | |
| typedef std::vector< osg::Vec3d > | Polyline |
| typedef std::vector< double > | Attributes |
Public Member Functions | |
| Intersection () | |
| bool | operator< (const Intersection &rhs) const |
Public Attributes | |
| osg::NodePath | nodePath |
| osg::ref_ptr< osg::RefMatrix > | matrix |
| osg::ref_ptr< osg::Drawable > | drawable |
| Polyline | polyline |
| Attributes | attributes |
| typedef std::vector<double> osgUtil::PlaneIntersector::Intersection::Attributes |
| typedef std::vector<osg::Vec3d> osgUtil::PlaneIntersector::Intersection::Polyline |
|
inline |
|
inline |
| Attributes osgUtil::PlaneIntersector::Intersection::attributes |
| osg::ref_ptr<osg::Drawable> osgUtil::PlaneIntersector::Intersection::drawable |
Referenced by operator<().
| osg::ref_ptr<osg::RefMatrix> osgUtil::PlaneIntersector::Intersection::matrix |
| osg::NodePath osgUtil::PlaneIntersector::Intersection::nodePath |
Referenced by operator<().
| Polyline osgUtil::PlaneIntersector::Intersection::polyline |
Referenced by operator<().
1.8.13