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

  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
HeightMap.java 83 * <code>getTrueHeightAtPoint</code> returns the non-scaled value at the
92 float getTrueHeightAtPoint(int x, int z);
AbstractHeightMap.java 142 * <code>getTrueHeightAtPoint</code> returns the non-scaled value at the
151 public float getTrueHeightAtPoint(int x, int z) {

Completed in 22 milliseconds