Searched refs:getInterpolatedHeight (Results 1 - 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
H A DHeightMap.java51 * <code>getInterpolatedHeight</code> returns the height of a point that
60 float getInterpolatedHeight(float x, float z); method in interface:HeightMap
H A DAbstractHeightMap.java171 * <code>getInterpolatedHeight</code> returns the height of a point that
180 public float getInterpolatedHeight(float x, float z) { method in class:AbstractHeightMap

Completed in 505 milliseconds