Package org.recast4j.recast
Class CompactCell
java.lang.Object
org.recast4j.recast.CompactCell
public class CompactCell
extends java.lang.Object
Provides information on the content of a cell column in a compact heightfield.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CompactCell() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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()
-