![]() |
VR-Forces Developer's Guide
|
DtSimpleIntersectorResult is the DtSimpleIntersector-specific result class. It adds the element type of the intersected element.

Public Member Functions | |
| DtSimpleIntersectorResult () | |
| DtSimpleIntersectorResult (const DtSimpleIntersectorResult &orig) | |
| DtSimpleIntersectorResult & | operator= (const DtSimpleIntersectorResult &orig) |
Public Member Functions inherited from makVrv::DtIntersectorResult | |
| DtIntersectorResult () | |
| DtIntersectorResult (const DtIntersectorResult &orig) | |
| DtIntersectorResult & | operator= (const DtIntersectorResult &orig) |
| bool | operator== (const DtIntersectorResult &) const |
| bool | operator!= (const DtIntersectorResult &rhs) const |
Public Attributes | |
| unsigned int | elementType |
Public Attributes inherited from makVrv::DtIntersectorResult | |
| bool | hasIntersect |
| double | x |
| double | y |
| double | z |
| double | normalX |
| double | normalY |
| double | normalZ |
| DtUniqueID | id |
| bool | hasIntersectTriangle |
| DtIntersectTriangle | isectTriangle |
| bool | dynamicOcean |
| double | startX |
| double | startY |
| double | startZ |
| double | endX |
| double | endY |
| double | endZ |
Additional Inherited Members | |
Public Types inherited from makVrv::DtIntersectorResult | |
| typedef std::vector< double > | DtIntersectTriangle |
| makVrv::DtSimpleIntersectorResult::DtSimpleIntersectorResult | ( | ) |
| makVrv::DtSimpleIntersectorResult::DtSimpleIntersectorResult | ( | const DtSimpleIntersectorResult & | orig | ) |
| DtSimpleIntersectorResult& makVrv::DtSimpleIntersectorResult::operator= | ( | const DtSimpleIntersectorResult & | orig | ) |