Package org.recast4j.recast
Class ConvexVolume
java.lang.Object
org.recast4j.recast.ConvexVolume
public class ConvexVolume
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description AreaModificationareaModfloathmaxfloathminfloat[]verts -
Constructor Summary
Constructors Constructor Description ConvexVolume() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
verts
public float[] verts -
hmin
public float hmin -
hmax
public float hmax -
areaMod
-
-
Constructor Details
-
ConvexVolume
public ConvexVolume()
-