HomeSort by relevance Sort by last modified time
    Searched full:adjacentpoint (Results 1 - 1 of 1) sorted by null

  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/
GeoMap.java 171 Vector3f adjacentPoint = new Vector3f();
184 adjacentPoint.set(x, getValue(x,y-1), y-1);
190 adjacentPoint.set(x+1, getValue(x+1,y), y);
196 adjacentPoint.set(x-1, getValue(x-1,y), y);
202 adjacentPoint.set(x, getValue(x,y+1), y+1);
211 tempNorm.set(adjacentPoint).subtractLocal(rootPoint)

Completed in 134 milliseconds