UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
rcContourSet Struct Reference

#include <Recast.h>

Public Attributes

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

Detailed Description

Represents a group of related contours.

Member Data Documentation

◆ bmax

rcReal rcContourSet::bmax[3]

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

◆ bmin

rcReal rcContourSet::bmin[3]

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

◆ borderSize

rcBorderSize rcContourSet::borderSize

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

◆ ch

rcReal rcContourSet::ch

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

◆ conts

rcContour* rcContourSet::conts

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

◆ cs

rcReal rcContourSet::cs

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

◆ height

int rcContourSet::height

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

◆ nconts

int rcContourSet::nconts

The number of contours in the set.

◆ width

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: