![]() |
VR-Forces 4.0.4 Class Documentation
|
Line Segment Intersector that handles vantage-specific issues such as scaled models. More...

Public Member Functions | |
| DtOsgLineSegmentIntersector (CoordinateFrame cf, double x, double y, osg::Camera *camera) | |
| CTOR. | |
| DtOsgLineSegmentIntersector (const osg::Vec3d &start, const osg::Vec3d &end, osg::Camera *camera) | |
| virtual | ~DtOsgLineSegmentIntersector () |
| DTOR. | |
| virtual bool | enter (const osg::Node &node) |
| if scaling, expand the node's bounding sphere before calling intersects() | |
| virtual Intersector * | clone (osgUtil::IntersectionVisitor &iv) |
Protected Attributes | |
| DtOsgCullVisitorParameters | myInfo |
| osg::Vec3 | myEye |
Line Segment Intersector that handles vantage-specific issues such as scaled models.
| makVrv::DtOsgLineSegmentIntersector::DtOsgLineSegmentIntersector | ( | CoordinateFrame | cf, |
| double | x, | ||
| double | y, | ||
| osg::Camera * | camera | ||
| ) |
CTOR.
| makVrv::DtOsgLineSegmentIntersector::DtOsgLineSegmentIntersector | ( | const osg::Vec3d & | start, |
| const osg::Vec3d & | end, | ||
| osg::Camera * | camera | ||
| ) |
| virtual makVrv::DtOsgLineSegmentIntersector::~DtOsgLineSegmentIntersector | ( | ) | [virtual] |
DTOR.
| virtual bool makVrv::DtOsgLineSegmentIntersector::enter | ( | const osg::Node & | node | ) | [virtual] |
if scaling, expand the node's bounding sphere before calling intersects()
| virtual Intersector* makVrv::DtOsgLineSegmentIntersector::clone | ( | osgUtil::IntersectionVisitor & | iv | ) | [virtual] |
osg::Vec3 makVrv::DtOsgLineSegmentIntersector::myEye [protected] |