Heightfield Struct Reference#include <terraformer.h>
List of all members.
Constructor & Destructor Documentation
Heightfield::Heightfield |
( |
U32 |
r, |
|
|
U32 |
sz | |
|
) |
| | |
Heightfield::~Heightfield |
( |
|
) |
|
Member Function Documentation
S32 Heightfield::offset |
( |
S32 |
x, |
|
|
S32 |
y | |
|
) |
| | [inline] |
F32 & Heightfield::val |
( |
S32 |
x, |
|
|
S32 |
y | |
|
) |
| | [inline] |
F32 & Heightfield::val |
( |
S32 |
index |
) |
[inline] |
S32 & Heightfield::valS32 |
( |
S32 |
x, |
|
|
S32 |
y | |
|
) |
| | [inline] |
S32 & Heightfield::valS32 |
( |
S32 |
index |
) |
[inline] |
Member Data Documentation
|