Interface IHeightData

All Known Implementing Classes:
HeightDataArray, HeightDataPixmap, HeightDataSVT

public interface IHeightData
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    double
    getNormalizedHeight(double u, double v)
    Gets the height normalized in [0,1] for the given UV coordinates.
  • Method Details Link icon

    • getNormalizedHeight Link icon

      double getNormalizedHeight(double u, double v)
      Gets the height normalized in [0,1] for the given UV coordinates.
      Parameters:
      u - The U coordinate.
      v - The V coordinate.
      Returns:
      The height value in [0,1].