SpherePoint3

3-Dimensional Spherical Point with Coordinate Type (Precision) E.

Constructors

this
this(T args)

Construct from Components args.

Members

Aliases

ElementType
alias ElementType = E
Undocumented in source.

Functions

opSlice
auto opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

D
enum D;
Undocumented in source.
dimension
enum dimension;
Undocumented in source.

Properties

area
E area [@property getter]
toMathML
string toMathML [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
toString
Sink toString [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_spherePoint
E[D] _spherePoint;

Element data.

Meta