Home
last modified time | relevance | path

Searched refs:maxPoint (Results 1 – 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
DAbstractBox.java183 public final void updateGeometry(Vector3f minPoint, Vector3f maxPoint) { in updateGeometry() argument
184 center.set(maxPoint).addLocal(minPoint).multLocal(0.5f); in updateGeometry()
185 float x = maxPoint.x - center.x; in updateGeometry()
186 float y = maxPoint.y - center.y; in updateGeometry()
187 float z = maxPoint.z - center.z; in updateGeometry()
/external/opencv/cvaux/src/
Dcvepilines.cpp1946 CvPoint2D64d maxPoint; maxPoint.x = maxPoint.y = -FLT_MAX; in icvGetCutPiece() local
1967 maxPoint = projPoint; in icvGetCutPiece()
1974 icvGetNormalDirect(midLine,maxPoint,cutLine2); in icvGetCutPiece()