Searched defs:bounding (Results 1 - 7 of 7) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/bounding/
H A DOrientedBoundingBox.java33 package com.jme3.bounding;
224 // // clone ourselves into a new bounding volume, then merge.
835 // * @see com.jme.bounding.BoundingVolume#intersects(com.jme.bounding.BoundingVolume)
847 // * @see com.jme.bounding.BoundingVolume#intersectsSphere(com.jme.bounding.BoundingSphere)
868 // * @see com.jme.bounding.BoundingVolume#intersectsBoundingBox(com.jme.bounding.BoundingBox)
1071 // * @see com.jme.bounding.BoundingVolume#intersectsOBB2(com.jme.bounding
[all...]
H A DIntersection.java32 package com.jme3.bounding;
43 * between bounding volumes and triangles.
H A DBoundingSphere.java32 package com.jme3.bounding;
92 * <code>getRadius</code> returns the radius of the bounding sphere.
94 * @return the radius of the bounding sphere.
101 * <code>setRadius</code> sets the radius of this bounding sphere.
104 * the new radius of the bounding sphere.
174 * Calculates a minimum bounding sphere for the set of points. The algorithm
196 * bounding sphere a few points at a time.
262 * Calculates the minimum bounding sphere of 4 points. Used in welzl's
297 * Calculates the minimum bounding sphere of 3 points. Used in welzl's
327 * Calculates the minimum bounding spher
[all...]
H A DBoundingVolume.java33 package com.jme3.bounding;
53 * The type of bounding volume being used.
67 * {@link com.jme3.bounding.OrientedBoundingBox}
105 * getType returns the type of bounding volume this is.
111 * <code>transform</code> alters the location of the bounding volume by a
116 * @return the new bounding volume.
124 * <code>transform</code> alters the location of the bounding volume by a
131 * @return the new bounding volume.
139 * <code>whichSide</code> returns the side on which the bounding volume
144 * the plane to check against this bounding volum
[all...]
H A DBoundingBox.java32 package com.jme3.bounding;
205 * <code>containAABB</code> creates a minimum-volume axis-aligned bounding
360 * <code>merge</code> combines this sphere with a second bounding sphere.
361 * This new sphere contains both bounding spheres and is returned.
399 * <code>mergeLocal</code> combines this sphere with a second bounding
478 * <code>merge</code> combines this bounding box with another box which is
575 * bounding volume. If so, true is returned, otherwise, false is returned.
577 * @see BoundingVolume#intersects(com.jme3.bounding.BoundingVolume)
584 * determines if this bounding box intersects a given bounding spher
[all...]
/external/jmonkeyengine/engine/src/test/jme3test/bounding/
H A DTestRayCollision.java33 package jme3test.bounding;
35 import com.jme3.bounding.BoundingBox;
/external/chromium_org/skia/ext/
H A Dbitmap_platform_device_linux.cc35 SkIRect bounding = clip.getBounds(); local
36 cairo_rectangle(context, bounding.fLeft, bounding.fTop,
37 bounding.fRight - bounding.fLeft,
38 bounding.fBottom - bounding.fTop);

Completed in 237 milliseconds