Sphere

D-Dimensional Cartesian (Hyper)-Sphere with Element (Component) Type E.

Members

Aliases

CenterType
alias CenterType = Point!(E, D)
Undocumented in source.
shift
alias shift = translate
Undocumented in source.

Functions

translate
void translate(Vector!(E, D) shift)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

area
auto area [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
area
auto area [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
diameter
E diameter [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
volume
auto volume [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
volume
auto volume [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

center
CenterType center;
Undocumented in source.
n
real n;
Undocumented in source.
radius
E radius;
Undocumented in source.

Meta