OpenSceneGraph
3.5.1
|
Public Types | |
typedef std::vector< int > | VecIndexList |
Public Member Functions | |
Hit () | |
Deprecated. More... | |
Hit (const Hit &hit) | |
~Hit () | |
Hit & | operator= (const Hit &hit) |
bool | operator< (const Hit &hit) const |
const osg::Vec3 & | getLocalIntersectPoint () const |
const osg::Vec3 & | getLocalIntersectNormal () const |
const osg::Vec3 | getWorldIntersectPoint () const |
const osg::Vec3 | getWorldIntersectNormal () const |
float | getRatio () const |
const osg::LineSegment * | getOriginalLineSegment () const |
const osg::LineSegment * | getLocalLineSegment () const |
osg::NodePath & | getNodePath () |
const osg::NodePath & | getNodePath () const |
osg::Geode * | getGeode () |
const osg::Geode * | getGeode () const |
osg::Drawable * | getDrawable () |
const osg::Drawable * | getDrawable () const |
const osg::RefMatrix * | getMatrix () const |
const osg::RefMatrix * | getInverseMatrix () const |
const VecIndexList & | getVecIndexList () const |
int | getPrimitiveIndex () const |
typedef std::vector<int> osgUtil::Hit::VecIndexList |
osgUtil::Hit::Hit | ( | ) |
Deprecated.
osgUtil::Hit::Hit | ( | const Hit & | hit | ) |
osgUtil::Hit::~Hit | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
const osg::Vec3 osgUtil::Hit::getWorldIntersectNormal | ( | ) | const |
|
inline |
|
inline |
osg::ref_ptr<osg::Drawable> osgUtil::Hit::_drawable |
osg::ref_ptr<osg::Geode> osgUtil::Hit::_geode |
osg::Vec3 osgUtil::Hit::_intersectNormal |
osg::Vec3 osgUtil::Hit::_intersectPoint |
osg::ref_ptr<osg::RefMatrix> osgUtil::Hit::_inverse |
osg::ref_ptr<osg::LineSegment> osgUtil::Hit::_localLineSegment |
osg::ref_ptr<osg::RefMatrix> osgUtil::Hit::_matrix |
osg::NodePath osgUtil::Hit::_nodePath |
osg::ref_ptr<osg::LineSegment> osgUtil::Hit::_originalLineSegment |
int osgUtil::Hit::_primitiveIndex |
float osgUtil::Hit::_ratio |
VecIndexList osgUtil::Hit::_vecIndexList |
Generated at Wed Nov 11 2015 22:15:15 for the OpenSceneGraph by doxygen 1.8.10. |