Planeshift
|
Represents a simple, non-overlapping contour in field space. More...
#include <Recast.h>
Public Attributes | |
unsigned char | area |
The area id of the contour. | |
int | nrverts |
The number of vertices in the raw contour. | |
int | nverts |
The number of vertices in the simplified contour. | |
unsigned short | reg |
The region id of the contour. | |
int * | rverts |
Raw contour vertex and connection data. [Size: 4 * nrverts]. | |
int * | verts |
Simplified contour vertex and connection data. [Size: 4 * nverts]. |
Represents a simple, non-overlapping contour in field space.
unsigned char rcContour::area |
unsigned short rcContour::reg |