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

/frameworks/base/opengl/java/android/opengl/
H A DVisibility.java78 * world-space coordinates. R is the radius of the sphere.
82 * @param spheres a float array containing the sphere data.
83 * @param spheresOffset an offset into the sphere array where the sphere
107 * Compute a bounding sphere for a set of points. It is approximately the
108 * minimal bounding sphere of an axis-aligned box that bounds the points.
113 * @param sphere array containing the output as (x, y, z, r)
114 * @param sphereOffset offset where the sphere data will be written
118 * sphere is null, sphereOffset < 0, sphereOffset > sphere
120 computeBoundingSphere(float[] positions, int positionsOffset, int positionsCount, float[] sphere, int sphereOffset) argument
[all...]

Completed in 52 milliseconds