public class ContourSet
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
AreaBorder |
float[] |
BMax |
float[] |
BMin |
int |
BorderSize |
static int |
BorderVertex |
float |
Ch |
static int |
ContourRegMask |
Contour[] |
Conts |
float |
Cs |
int |
Height |
int |
NConts |
int |
Width |
Constructor and Description |
---|
ContourSet(CompactHeightfield cfh,
float maxError,
int maxEdgeLen) |
ContourSet(CompactHeightfield cfh,
float maxError,
int maxEdgeLen,
int buildFlags) |
public Contour[] Conts
public int NConts
public float[] BMin
public float[] BMax
public float Cs
public float Ch
public int Width
public int Height
public int BorderSize
public static int ContourRegMask
public static int BorderVertex
public static int AreaBorder
public ContourSet(CompactHeightfield cfh, float maxError, int maxEdgeLen)
public ContourSet(CompactHeightfield cfh, float maxError, int maxEdgeLen, int buildFlags)