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

    Fields
    Modifier and Type Field Description
    int[] areas  
    float[] bmax  
    float[] bmin  
    float ch  
    int[] cons  
    float cs  
    int height  
    int[] heights  
    int hmax  
    int hmin  
    int maxx  
    int maxy  
    int minx  
    int miny  
    int width  
  • 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()