|
mercator
0.4.0
A terrain generation library for the Worldforge system.
|
This is the simple class for representing instances of vegetation. More...
#include <Plant.h>
Public Attributes | |
| WFMath::Point< 2 > | m_displacement |
| Position of the vegetation relative to its grid point. More... | |
| WFMath::Quaternion | m_orientation |
| Orientation of the vegetation. More... | |
| float | m_height |
| Height of the vegetation. More... | |
This is the simple class for representing instances of vegetation.
It is used in instances of class Forest to represent each instance of vegetation created when the Forest is populated.
| WFMath::Point<2> Mercator::Plant::m_displacement |
Position of the vegetation relative to its grid point.
Definition at line 21 of file Plant.h.
Referenced by Mercator::Forest::populate().
| WFMath::Quaternion Mercator::Plant::m_orientation |
Orientation of the vegetation.
Definition at line 23 of file Plant.h.
Referenced by Mercator::Forest::populate().