|
@@ -76,6 +76,9 @@
|
|
|
<h3>[method:Boolean empty]()</h3>
|
|
|
<p>Checks to see if the sphere is empty (the radius set to 0).</p>
|
|
|
|
|
|
+ <h3>[method:Sphere makeEmpty]()</h3>
|
|
|
+ <p>Makes the sphere empty by setting [page:.center center] to (0, 0, 0) and [page:.radius radius] to 0.</p>
|
|
|
+
|
|
|
<h3>[method:Boolean equals]( [param:Sphere sphere] )</h3>
|
|
|
<p>
|
|
|
Checks to see if the two spheres' centers and radii are equal.
|