OSG
3.4.0
|
#include <PlaneIntersector.h>
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 |
Definition at line 36 of file PlaneIntersector.h.
typedef std::vector<double> osgUtil::PlaneIntersector::Intersection::Attributes |
Definition at line 52 of file PlaneIntersector.h.
typedef std::vector<osg::Vec3d> osgUtil::PlaneIntersector::Intersection::Polyline |
Definition at line 51 of file PlaneIntersector.h.
|
inline |
Definition at line 38 of file PlaneIntersector.h.
|
inline |
Definition at line 40 of file PlaneIntersector.h.
Attributes osgUtil::PlaneIntersector::Intersection::attributes |
Definition at line 58 of file PlaneIntersector.h.
osg::ref_ptr<osg::Drawable> osgUtil::PlaneIntersector::Intersection::drawable |
Definition at line 56 of file PlaneIntersector.h.
osg::ref_ptr<osg::RefMatrix> osgUtil::PlaneIntersector::Intersection::matrix |
Definition at line 55 of file PlaneIntersector.h.
osg::NodePath osgUtil::PlaneIntersector::Intersection::nodePath |
Definition at line 54 of file PlaneIntersector.h.
Polyline osgUtil::PlaneIntersector::Intersection::polyline |
Definition at line 57 of file PlaneIntersector.h.