Module imp3d

Class RectangularHeightFieldMapping

All Implemented Interfaces:
Manageable, Shareable

public class RectangularHeightFieldMapping extends HeightFieldMapping
  • Field Details

  • Constructor Details

    • RectangularHeightFieldMapping

      public RectangularHeightFieldMapping()
  • Method Details

    • getManageableType

      public ManageableType getManageableType()
    • getXWidth

      public float getXWidth()
    • setXWidth

      public void setXWidth(float value)
    • getYWidth

      public float getYWidth()
    • setYWidth

      public void setYWidth(float value)
    • map

      public void map(int x, int y, int sx, int sy, float height, Tuple3f out)
      Specified by:
      map in class HeightFieldMapping