/ . / _chimera / Sphere
Sphere() -> Sphere
Sphere(_x: Sphere) -> Sphere attributes:
- center: Point
- radius: float
- radiusSq: float
Methods
|
|
|
merge
|
merge ( self, s )
merge(s: Sphere)
|
|
inside
|
inside ( self, xyz )
inside(xyz: Point) -> bool
|
|
xform
|
xform ( self, x )
xform(x: Xform)
|
|
|