Home | History | Annotate | Download | only in opengl

Lines Matching full:sphere

78      * 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.length - 4.
121 int positionsOffset, int positionsCount, float[] sphere,