Planeshift
Public Attributes

rcContour Struct Reference

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

#include <Recast.h>

List of all members.

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.
intrverts
 Raw contour vertex and connection data. [Size: 4 * nrverts].
intverts
 Simplified contour vertex and connection data. [Size: 4 * nverts].

Detailed Description

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

Definition at line 356 of file Recast.h.


Member Data Documentation

The area id of the contour.

Definition at line 363 of file Recast.h.

The number of vertices in the raw contour.

Definition at line 361 of file Recast.h.

The number of vertices in the simplified contour.

Definition at line 359 of file Recast.h.

The region id of the contour.

Definition at line 362 of file Recast.h.

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

Definition at line 360 of file Recast.h.

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: