Class ConvexVolume

java.lang.Object
org.recast4j.recast.ConvexVolume

public class ConvexVolume
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    AreaModification areaMod  
    float hmax  
    float hmin  
    float[] 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

      public AreaModification areaMod
  • Constructor Details

    • ConvexVolume

      public ConvexVolume()