Searched refs:maxPoint (Results 1 – 2 of 2) sorted by relevance
183 public final void updateGeometry(Vector3f minPoint, Vector3f maxPoint) { in updateGeometry() argument184 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()
1946 CvPoint2D64d maxPoint; maxPoint.x = maxPoint.y = -FLT_MAX; in icvGetCutPiece() local1967 maxPoint = projPoint; in icvGetCutPiece()1974 icvGetNormalDirect(midLine,maxPoint,cutLine2); in icvGetCutPiece()