HomeSort by relevance Sort by last modified time
    Searched refs:getInterpolatedHeight (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
HeightMap.java 51 * <code>getInterpolatedHeight</code> returns the height of a point that
60 float getInterpolatedHeight(float x, float z);
AbstractHeightMap.java 171 * <code>getInterpolatedHeight</code> returns the height of a point that
180 public float getInterpolatedHeight(float x, float z) {

Completed in 16 milliseconds