![]() |
VR-Forces Developer's Guide
|
Go to the source code of this file.
Classes | |
| class | DtElementIntersectionTestData |
| class | DtTerrainIntersectionTestData |
| class | DtTerrainIntersectionProfile |
Holds the boolean result of a element intersection test Holds the boolean result of a element intersection test. This class is not currently in use.
Profiles terrain intersections Used by DtTerrainIntersector to profile terrain intersections. DtTerrainIntersector::allIntersectsAlongChord will call addTestSamplePoint to report the results of its terrain intersections.
Holds the boolean result of a terrain intersection test Holds the boolean result of a terrain intersection test along with the number of tests and the number of successful tests. Used to input profile data to DtTerrainIntersectionProfile::addTestSamplePoint.