HeightMapInterface Class Reference
#include <HeightMapInterface.h>
Inherited by HeightMap.
Public Member Functions | |
| virtual | ~HeightMapInterface () |
| virtual float | getHeight (float x, float z)=0 |
| virtual void | getNormal (float x, float z, float *vec3dst)=0 |
Detailed Description
this class provides an math library / scene managment independent access to a heightmap implementationConstructor & Destructor Documentation
| virtual HeightMapInterface::~HeightMapInterface | ( | ) | [inline, virtual] |
Member Function Documentation
| virtual float HeightMapInterface::getHeight | ( | float | x, | |
| float | z | |||
| ) | [pure virtual] |
Implemented in HeightMap.
| virtual void HeightMapInterface::getNormal | ( | float | x, | |
| float | z, | |||
| float * | vec3dst | |||
| ) | [pure virtual] |
Implemented in HeightMap.
The documentation for this class was generated from the following file:
- tools/libraries/HeightMap/HeightMapInterface.h
Generated on Wed Oct 20 16:11:56 2010 for inVRs by
1.5.8