Package org.recast4j.recast
Class CompactCell
java.lang.Object
org.recast4j.recast.CompactCell
Provides information on the content of a cell column in a compact heightfield.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
index
public int indexIndex to the first span in the column. -
count
public int countNumber of spans in the column.
-
-
Constructor Details
-
CompactCell
public CompactCell()
-