HomeSort by relevance Sort by last modified time
    Searched defs:topPoint (Results 1 - 3 of 3) sorted by null

  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
LODGeomap.java 792 Vector3f topPoint = vars.vect4;
    [all...]
TerrainPatch.java 364 Vector3f topPoint = new Vector3f();
389 topPoint.set(0, top.getHeightmapHeight(s,s-1), -1);
391 averageNormalsTangents(topPoint, rootPoint, leftPoint, bottomPoint, rightPoint,normal, tangent, binormal);
401 topPoint.set(0, this.getHeightmapHeight(s,s-1), -1);
404 averageNormalsTangents(topPoint, rootPoint, leftPoint, null, rightPoint, normal, tangent, binormal);
409 averageNormalsTangents(topPoint, rootPoint, leftPoint, bottomPoint, rightPoint, normal, tangent, binormal);
419 topPoint.set(0, this.getHeightmapHeight(s,i-1), -1);
421 averageNormalsTangents(topPoint, rootPoint, leftPoint, bottomPoint, rightPoint, normal, tangent, binormal);
442 topPoint.set(0, top.getHeightmapHeight(0,s-1), -1);
444 averageNormalsTangents(topPoint, rootPoint, leftPoint, bottomPoint, rightPoint, normal, tangent, binormal);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp 230 LayoutPoint topPoint = isHorizontal() ? LayoutPoint(r.x(), selTop) : LayoutPoint(selTop, r.x());
234 return LayoutRect(topPoint, LayoutSize(width, height));
    [all...]

Completed in 227 milliseconds