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

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
AbstractBox.java 178 * and {@code maxPoint}, the other corners are created from those two positions.
181 * @param maxPoint the new maximum point of the box.
183 public final void updateGeometry(Vector3f minPoint, Vector3f maxPoint) {
184 center.set(maxPoint).addLocal(minPoint).multLocal(0.5f);
185 float x = maxPoint.x - center.x;
186 float y = maxPoint.y - center.y;
187 float z = maxPoint.z - center.z;
  /external/opencv/cvaux/src/
cvepilines.cpp     [all...]

Completed in 218 milliseconds