5#ifndef MERCATOR_PLANT_H
6#define MERCATOR_PLANT_H
8#include <wfmath/point.h>
9#include <wfmath/quaternion.h>
This is the simple class for representing instances of vegetation.
float m_height
Height of the vegetation.
WFMath::Quaternion m_orientation
Orientation of the vegetation.
WFMath::Point< 2 > m_displacement
Position of the vegetation relative to its grid point.