HeightMapInterface Class Reference

#include <HeightMapInterface.h>

Inherited by HeightMap.

List of all members.


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 implementation

Constructor & 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:

Generated on Wed Oct 20 16:11:56 2010 for inVRs by doxygen 1.5.8