Sphere(...)
Objects derived from the _Sphere abstract class, representing all points in space equidistant from a given point
def Sphere
constructors: |
|
---|---|
returns: | An instance of an object derived from the _Sphere abstract class, representing all points in space equidistant from a given point |
class CenterSphere
constructors: |
|
---|---|
returns: | sphere with center at point1 and through point2 |
site ref: |
class OrthoSphere
constructors: |
|
---|---|
returns: | sphere with center at given point and orthogonal to given sphere |
conditions: | point exterior to sphere |
else returns: | None |
site ref: |
class CircumSphere
constructors: |
|
---|---|
returns: | the sphere through the 4 given points |
conditions: | points are unique |
else returns: | None |
site ref: |