HomeSort by relevance Sort by last modified time
    Searched refs:maxPoint (Results 1 - 4 of 4) 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/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutRect.cpp 135 IntPoint maxPoint = ceiledIntPoint(rect.maxXMaxYCorner());
137 return IntRect(location, maxPoint - location);
143 LayoutPoint maxPoint = ceiledLayoutPoint(rect.maxXMaxYCorner());
144 return LayoutRect(location, maxPoint - location);
FloatRect.cpp 237 IntPoint maxPoint = ceiledIntPoint(rect.maxXMaxYCorner());
239 return IntRect(location, maxPoint - location);
245 IntPoint maxPoint = flooredIntPoint(rect.maxXMaxYCorner());
246 IntSize size = maxPoint - location;
  /external/opencv/cvaux/src/
cvepilines.cpp     [all...]

Completed in 1480 milliseconds