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 |
typedef std::vector<unsigned int> osg::KdTree::KdTree::LineSegmentIntersection::IndexList |
typedef std::vector<double> osg::KdTree::KdTree::LineSegmentIntersection::RatioList |
osg::KdTree::KdTree::LineSegmentIntersection::LineSegmentIntersection | ( | ) | [inline] |
bool osg::KdTree::KdTree::LineSegmentIntersection::operator< | ( | const LineSegmentIntersection & | rhs | ) | const [inline] |
osg::Vec3 osg::KdTree::KdTree::LineSegmentIntersection::intersectionNormal |
osg::Vec3d osg::KdTree::KdTree::LineSegmentIntersection::intersectionPoint |
unsigned int osg::KdTree::KdTree::LineSegmentIntersection::p0 |
unsigned int osg::KdTree::KdTree::LineSegmentIntersection::p1 |
unsigned int osg::KdTree::KdTree::LineSegmentIntersection::p2 |
unsigned int osg::KdTree::KdTree::LineSegmentIntersection::primitiveIndex |
float osg::KdTree::KdTree::LineSegmentIntersection::r0 |
float osg::KdTree::KdTree::LineSegmentIntersection::r1 |
float osg::KdTree::KdTree::LineSegmentIntersection::r2 |
double osg::KdTree::KdTree::LineSegmentIntersection::ratio |
Referenced by osg::KdTree::KdTree::LineSegmentIntersection::operator<().
![]() | Generated at Wed Apr 22 19:48:48 2009 for the OpenSceneGraph by doxygen 1.5.8. |