Planeshift
rcContourSet Struct Reference

Represents a group of related contours. More...

#include <Recast.h>

Public Attributes

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

Detailed Description

Represents a group of related contours.

Definition at line 368 of file Recast.h.

Member Data Documentation

float rcContourSet::bmax[3]

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

Definition at line 373 of file Recast.h.

float rcContourSet::bmin[3]

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

Definition at line 372 of file Recast.h.

int rcContourSet::borderSize

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

Definition at line 378 of file Recast.h.

float rcContourSet::ch

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

Definition at line 375 of file Recast.h.

rcContour* rcContourSet::conts

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

Definition at line 370 of file Recast.h.

float rcContourSet::cs

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

Definition at line 374 of file Recast.h.

int rcContourSet::height

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

Definition at line 377 of file Recast.h.

int rcContourSet::nconts

The number of contours in the set.

Definition at line 371 of file Recast.h.

int rcContourSet::width

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

Definition at line 376 of file Recast.h.


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