Planeshift
rcContour Struct Reference

Represents a simple, non-overlapping contour in field space. More...

#include <Recast.h>

Public Attributes

unsigned char area
 The area id of the contour. More...
 
int nrverts
 The number of vertices in the raw contour. More...
 
int nverts
 The number of vertices in the simplified contour. More...
 
unsigned short reg
 The region id of the contour. More...
 
intrverts
 Raw contour vertex and connection data. [Size: 4 * nrverts]. More...
 
intverts
 Simplified contour vertex and connection data. [Size: 4 * nverts]. More...
 

Detailed Description

Represents a simple, non-overlapping contour in field space.

Definition at line 356 of file Recast.h.

Member Data Documentation

unsigned char rcContour::area

The area id of the contour.

Definition at line 363 of file Recast.h.

int rcContour::nrverts

The number of vertices in the raw contour.

Definition at line 361 of file Recast.h.

int rcContour::nverts

The number of vertices in the simplified contour.

Definition at line 359 of file Recast.h.

unsigned short rcContour::reg

The region id of the contour.

Definition at line 362 of file Recast.h.

int* rcContour::rverts

Raw contour vertex and connection data. [Size: 4 * nrverts].

Definition at line 360 of file Recast.h.

int* rcContour::verts

Simplified contour vertex and connection data. [Size: 4 * nverts].

Definition at line 358 of file Recast.h.


The documentation for this struct was generated from the following file: