OSG
3.4.0
|
#include <PolytopeIntersector.h>
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... | |
Definition at line 49 of file PolytopeIntersector.h.
anonymous enum |
Enumerator | |
---|---|
MaxNumIntesectionPoints |
Definition at line 68 of file PolytopeIntersector.h.
|
inline |
Definition at line 51 of file PolytopeIntersector.h.
|
inline |
Definition at line 57 of file PolytopeIntersector.h.
double osgUtil::PolytopeIntersector::Intersection::distance |
distance from reference plane
Definition at line 70 of file PolytopeIntersector.h.
osg::ref_ptr<osg::Drawable> osgUtil::PolytopeIntersector::Intersection::drawable |
Definition at line 73 of file PolytopeIntersector.h.
Vec3_type osgUtil::PolytopeIntersector::Intersection::intersectionPoints[MaxNumIntesectionPoints] |
Definition at line 77 of file PolytopeIntersector.h.
Vec3_type osgUtil::PolytopeIntersector::Intersection::localIntersectionPoint |
center of all intersection points
Definition at line 75 of file PolytopeIntersector.h.
osg::ref_ptr<osg::RefMatrix> osgUtil::PolytopeIntersector::Intersection::matrix |
Definition at line 74 of file PolytopeIntersector.h.
double osgUtil::PolytopeIntersector::Intersection::maxDistance |
maximum distance of intersection points from reference plane
Definition at line 71 of file PolytopeIntersector.h.
osg::NodePath osgUtil::PolytopeIntersector::Intersection::nodePath |
Definition at line 72 of file PolytopeIntersector.h.
unsigned int osgUtil::PolytopeIntersector::Intersection::numIntersectionPoints |
Definition at line 76 of file PolytopeIntersector.h.
unsigned int osgUtil::PolytopeIntersector::Intersection::primitiveIndex |
primitive index
Definition at line 78 of file PolytopeIntersector.h.