Interface IHeightData

All Known Implementing Classes:
HeightDataArray, HeightDataPixmap, HeightDataSVT

public interface IHeightData
  • Method Summary

    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

    • getNormalizedHeight

      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].