|
Planeshift
|
Represents a group of related contours. More...
#include <Recast.h>
Public Attributes | |
| float | bmax [3] |
| The maximum bounds in world space. [(x, y, z)]. | |
| float | bmin [3] |
| The minimum bounds in world space. [(x, y, z)]. | |
| int | borderSize |
| The AABB border size used to generate the source data from which the contours were derived. | |
| float | ch |
| The height of each cell. (The minimum increment along the y-axis.) | |
| rcContour * | conts |
| An array of the contours in the set. [Size: nconts]. | |
| float | cs |
| The size of each cell. (On the xz-plane.) | |
| int | height |
| The height of the set. (Along the z-axis in cell units.) | |
| int | nconts |
| The number of contours in the set. | |
| int | width |
| The width of the set. (Along the x-axis in cell units.) | |
1.7.3