OpenSceneGraph
3.5.1
|
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 |
osg::ref_ptr<osg::RefMatrix> osgUtil::PlaneIntersector::Intersection::matrix |
osg::NodePath osgUtil::PlaneIntersector::Intersection::nodePath |
Polyline osgUtil::PlaneIntersector::Intersection::polyline |
Generated at Wed Nov 11 2015 22:15:17 for the OpenSceneGraph by doxygen 1.8.10. |