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

#include <Recast.h>

Public Attributes

rcContourconts
 An array of the contours in the set. [Size: nconts]. More...
 
int nconts
 The number of contours in the set. More...
 
float bmin [3]
 The minimum bounds in world space. [(x, y, z)]. More...
 
float bmax [3]
 The maximum bounds in world space. [(x, y, z)]. More...
 
float cs
 The size of each cell. (On the xz-plane.) More...
 
float ch
 The height of each cell. (The minimum increment along the y-axis.) More...
 
int width
 The width of the set. (Along the x-axis in cell units.) More...
 
int height
 The height of the set. (Along the z-axis in cell units.) More...
 
int borderSize
 The AABB border size used to generate the source data from which the contours were derived. More...
 

Detailed Description

Represents a group of related contours.

Member Data Documentation

float rcContourSet::bmax[3]

The maximum bounds in world space. [(x, y, z)].

float rcContourSet::bmin[3]

The minimum bounds in world space. [(x, y, z)].

int rcContourSet::borderSize

The AABB border size used to generate the source data from which the contours were derived.

float rcContourSet::ch

The height of each cell. (The minimum increment along the y-axis.)

rcContour* rcContourSet::conts

An array of the contours in the set. [Size: nconts].

float rcContourSet::cs

The size of each cell. (On the xz-plane.)

int rcContourSet::height

The height of the set. (Along the z-axis in cell units.)

int rcContourSet::nconts

The number of contours in the set.

int rcContourSet::width

The width of the set. (Along the x-axis in cell units.)


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