Public Types | Public Member Functions | Public Attributes

osgUtil::LineSegmentIntersector::Intersection Struct Reference

List of all members.

Public Types

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

Public Member Functions

 Intersection ()
bool operator< (const Intersection &rhs) const
const osg::Vec3dgetLocalIntersectPoint () const
osg::Vec3d getWorldIntersectPoint () const
const osg::Vec3getLocalIntersectNormal () const
osg::Vec3 getWorldIntersectNormal () const

Public Attributes

double ratio
osg::NodePath nodePath
osg::ref_ptr< osg::Drawabledrawable
osg::ref_ptr< osg::RefMatrixmatrix
osg::Vec3d localIntersectionPoint
osg::Vec3 localIntersectionNormal
IndexList indexList
RatioList ratioList
unsigned int primitiveIndex

Member Typedef Documentation


Constructor & Destructor Documentation

osgUtil::LineSegmentIntersector::Intersection::Intersection (  )  [inline]

Member Function Documentation

const osg::Vec3& osgUtil::LineSegmentIntersector::Intersection::getLocalIntersectNormal (  )  const [inline]
const osg::Vec3d& osgUtil::LineSegmentIntersector::Intersection::getLocalIntersectPoint (  )  const [inline]
osg::Vec3 osgUtil::LineSegmentIntersector::Intersection::getWorldIntersectNormal (  )  const [inline]
osg::Vec3d osgUtil::LineSegmentIntersector::Intersection::getWorldIntersectPoint (  )  const [inline]

References osg::Vec3d::valid().

bool osgUtil::LineSegmentIntersector::Intersection::operator< ( const Intersection rhs  )  const [inline]

References ratio.


Member Data Documentation

Referenced by operator<().


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