#include <zone_lighter.h>
Public Types | |
| enum | TDirection { North, NorthEast, East, SouthEast, South, SouthWest, West, NorthWest } |
Public Member Functions | |
| void | build (std::vector< float > &heightField, const NLMISC::CVector &origine, float cellSeize, uint width, uint height) |
| float | getMaxHeight (const NLMISC::CVector &position, TDirection direction) const |
Private Attributes | |
| std::vector< std::vector< float > > | HeightFields |
|
|
Definition at line 294 of file zone_lighter.h.
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
Definition at line 313 of file zone_lighter.h. |
1.3.6