![]() |
VR-Forces 4.0.4 Class Documentation
|
DtOsgIntersectorResult is the OSG-specific implementation of DtIntersectorResult; it is a container class for the results returned by an DtOsgIntersector intersection call. More...

Public Member Functions | |
| DtOsgIntersectorResult () | |
| DtOsgIntersectorResult (double x, double y, double z, double normalX, double normalY, double normalZ, const DtUniqueID &id, std::vector< osg::Vec3 > triangle, osg::Matrixd localToWorld) | |
| DtOsgIntersectorResult (const DtOsgIntersectorResult &orig) | |
| DtOsgIntersectorResult & | operator= (const DtOsgIntersectorResult &orig) |
Public Attributes | |
| std::vector< osg::Vec3 > | myHitTriangle |
| osg::Matrixd | myLocalToWorld |
DtOsgIntersectorResult is the OSG-specific implementation of DtIntersectorResult; it is a container class for the results returned by an DtOsgIntersector intersection call.
| makVrv::DtOsgIntersectorResult::DtOsgIntersectorResult | ( | double | x, |
| double | y, | ||
| double | z, | ||
| double | normalX, | ||
| double | normalY, | ||
| double | normalZ, | ||
| const DtUniqueID & | id, | ||
| std::vector< osg::Vec3 > | triangle, | ||
| osg::Matrixd | localToWorld | ||
| ) |
| DtOsgIntersectorResult& makVrv::DtOsgIntersectorResult::operator= | ( | const DtOsgIntersectorResult & | orig | ) |
| std::vector<osg::Vec3> makVrv::DtOsgIntersectorResult::myHitTriangle |
| osg::Matrixd makVrv::DtOsgIntersectorResult::myLocalToWorld |