TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
rcContour Struct Reference

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...
 

Detailed Description

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

Member Data Documentation

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].


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