![]() |
VR-Forces 5.0.2 Developer's Guide
|
This interface represents the host from the perspective of DtTerrainReasonerAlgos. The host is an "owner" of a topographic terrain. This allows DtTerrainReasonerAlgos to be completely ignorant of the fact that actual terrain access requires conversion between topographic and local coordinates, keeping DtTerrainReasonerAlgos detached from VRF code base.

Public Member Functions | |
| virtual bool | checkLineOfSight (double topoFromX, double topoFromY, double heightAboveFrom, double topoToX, double topoToY, double heightAboveTo) const =0 |
| virtual double | getHeight (double topoX, double topoY) const =0 |
|
pure virtual |
Implemented in DtHostQueryImplementation.
Implemented in DtHostQueryImplementation.