Package org.recast4j.recast
Class CompactSpan
java.lang.Object
org.recast4j.recast.CompactSpan
Represents a span of unobstructed space within a compact heightfield.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
y
public int yThe lower extent of the span. (Measured from the heightfield's base.) -
reg
public int regThe id of the region the span belongs to. (Or zero if not in a region.) -
con
public int conPacked neighbor connection data. -
h
public int hThe height of the span. (Measured from #y.)
-
-
Constructor Details
-
CompactSpan
public CompactSpan()
-