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

/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
H A DAbstractBox.java177 * The box is updated so that the two opposite corners are {@code minPoint}
180 * @param minPoint the new minimum point of the box.
183 public final void updateGeometry(Vector3f minPoint, Vector3f maxPoint) { argument
184 center.set(maxPoint).addLocal(minPoint).multLocal(0.5f);
/external/opencv/cvaux/src/
H A Dcvepilines.cpp1945 CvPoint2D64d minPoint; minPoint.x = minPoint.y = FLT_MAX; local
1961 minPoint = projPoint;
1973 icvGetNormalDirect(midLine,minPoint,cutLine1);

Completed in 140 milliseconds