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