Package org.recast4j.recast
Class HeightfieldLayerSet.HeightfieldLayer
java.lang.Object
org.recast4j.recast.HeightfieldLayerSet.HeightfieldLayer
- Enclosing class:
- HeightfieldLayerSet
public static class HeightfieldLayerSet.HeightfieldLayer
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description HeightfieldLayer() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
bmin
public final float[] bmin -
bmax
public final float[] bmax -
cs
public float cs -
ch
public float ch -
width
public int width -
height
public int height -
minx
public int minx -
maxx
public int maxx -
miny
public int miny -
maxy
public int maxy -
hmin
public int hmin -
hmax
public int hmax -
heights
public int[] heights -
areas
public int[] areas -
cons
public int[] cons
-
-
Constructor Details
-
HeightfieldLayer
public HeightfieldLayer()
-