openscenegraph
Public Types | Public Member Functions | Public Attributes | List of all members
osg::KdTree::LineSegmentIntersection Struct Reference

Public Types

typedef std::vector< unsigned int > IndexList
 
typedef std::vector< double > RatioList
 

Public Member Functions

 LineSegmentIntersection ()
 
bool operator< (const LineSegmentIntersection &rhs) const
 

Public Attributes

double ratio
 
osg::Vec3d intersectionPoint
 
osg::Vec3 intersectionNormal
 
unsigned int p0
 
unsigned int p1
 
unsigned int p2
 
float r0
 
float r1
 
float r2
 
unsigned int primitiveIndex
 

Member Typedef Documentation

§ IndexList

typedef std::vector<unsigned int> osg::KdTree::LineSegmentIntersection::IndexList

§ RatioList

Constructor & Destructor Documentation

§ LineSegmentIntersection()

osg::KdTree::LineSegmentIntersection::LineSegmentIntersection ( )
inline

Member Function Documentation

§ operator<()

bool osg::KdTree::LineSegmentIntersection::operator< ( const LineSegmentIntersection rhs) const
inline

Member Data Documentation

§ intersectionNormal

osg::Vec3 osg::KdTree::LineSegmentIntersection::intersectionNormal

§ intersectionPoint

osg::Vec3d osg::KdTree::LineSegmentIntersection::intersectionPoint

§ p0

unsigned int osg::KdTree::LineSegmentIntersection::p0

§ p1

unsigned int osg::KdTree::LineSegmentIntersection::p1

§ p2

unsigned int osg::KdTree::LineSegmentIntersection::p2

§ primitiveIndex

unsigned int osg::KdTree::LineSegmentIntersection::primitiveIndex

§ r0

float osg::KdTree::LineSegmentIntersection::r0

§ r1

float osg::KdTree::LineSegmentIntersection::r1

§ r2

float osg::KdTree::LineSegmentIntersection::r2

§ ratio

double osg::KdTree::LineSegmentIntersection::ratio

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