OpenSceneGraph
Public Types | Public Member Functions | Public Attributes | List of all members
osgUtil::PolytopeIntersector::Intersection Struct Reference
Collaboration diagram for osgUtil::PolytopeIntersector::Intersection:
Collaboration graph
[legend]

Public Types

enum  { MaxNumIntesectionPoints =6 }
 

Public Member Functions

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::Drawabledrawable
 
osg::ref_ptr< osg::RefMatrixmatrix
 
Vec3_type localIntersectionPoint
 center of all intersection points
 
unsigned int numIntersectionPoints
 
Vec3_type intersectionPoints [MaxNumIntesectionPoints]
 
unsigned int primitiveIndex
 primitive index
 

The documentation for this struct was generated from the following file: