#include <src/TerrainInterface.h>
Inheritance diagram for TerrainInterface:

Public Member Functions | |
| virtual double | getFloorZ (const double x, const double y)=0 |
| Returns the Z coordinate of the floor at the given (x,y) world coordinate. | |
| virtual osg::Vec3d | getFloorNormal (const double x, const double y)=0 |
| Returns the normal of the floor at the given (x,y) world coordinate. | |
| virtual | ~TerrainInterface () |
| C++ artifact. | |
1.4.1