Package org.recast4j.recast
Class ContourSet
java.lang.Object
org.recast4j.recast.ContourSet
Represents a group of related contours.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal float[]The minimum bounds in world space.intThe AABB border size used to generate the source data from which the contours were derived.floatThe height of each cell.A list of the contours in the set.floatThe size of each cell.intThe height of the set.floatThe max edge error that this contour set was simplified with.intThe width of the set. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
conts
A list of the contours in the set. -
bmin
public final float[] bminThe minimum bounds in world space. [(x, y, z)] -
cs
public float csThe size of each cell. (On the xz-plane.) -
ch
public float chThe height of each cell. (The minimum increment along the y-axis.) -
width
public int widthThe width of the set. (Along the x-axis in cell units.) -
height
public int heightThe height of the set. (Along the z-axis in cell units.) -
borderSize
public int borderSizeThe AABB border size used to generate the source data from which the contours were derived. -
maxError
public float maxErrorThe max edge error that this contour set was simplified with.
-
-
Constructor Details
-
ContourSet
public ContourSet()
-