40 #ifndef _physicsheightfieldcollisionshape_h
41 #define _physicsheightfieldcollisionshape_h
43 #include "Physics/fieldcollisionshape.h"
45 class btHeightfieldTerrainShape;
std::ostream & operator<<(std::ostream &stream, const Mezzanine::LinearInterpolator< T > &Lint)
Used to Serialize an Mezzanine::LinearInterpolator to a human readable stream.
This is the base class for all Field shapes.
A light-weight handle for manipulating nodes in DOM tree.
btHeightfieldTerrainShape * HeightfieldShape
The internal implementation.
ShapeType
This enum describes what kind of shape you are currently working with.
The bulk of the engine components go in this namspace.
std::istream & operator>>(std::istream &stream, Mezzanine::LinearInterpolator< T > &Lint)
Used to de-serialize an Mezzanine::LinearInterpolator from a stream.
std::string String
A datatype used to a series of characters.
A series of values that store hieght in a grid like fashion.