Package org.recast4j.recast
Class Span
java.lang.Object
org.recast4j.recast.Span
Represents a span in a heightfield.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
smin
public int sminThe lower limit of the span. [Limit: < smax] -
smax
public int smaxThe upper limit of the span. [Limit: <= SPAN_MAX_HEIGHT] -
area
public int areaThe area id assigned to the span. -
next
The next span higher up in column.
-
-
Constructor Details
-
Span
public Span()
-