Package org.recast4j.recast
Class Contour
java.lang.Object
org.recast4j.recast.Contour
Represents a simple, non-overlapping contour in field space.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintThe region id of the contour.intThe number of vertices in the raw contour.intThe number of vertices in the simplified contour.intThe area id of the contour.int[]Raw contour vertex and connection data.int[]Simplified contour vertex and connection data. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
verts
public int[] vertsSimplified contour vertex and connection data. [Size: 4 * #nverts] -
nverts
public int nvertsThe number of vertices in the simplified contour. -
rverts
public int[] rvertsRaw contour vertex and connection data. [Size: 4 * #nrverts] -
nrverts
public int nrvertsThe number of vertices in the raw contour. -
area
public int areaThe region id of the contour. -
reg
public int regThe area id of the contour.
-
-
Constructor Details
-
Contour
public Contour()
-