Point

D-Dimensional Cartesian Point with Coordinate Type (Precision) E.

Constructors

this
this(T args)
Undocumented in source.

Members

Aliases

ElementType
alias ElementType = E
Undocumented in source.

Functions

opBinary
auto opBinary(Vector!(F, D) r)

Points +/- Vector => Point

opSlice
inout(E)[] opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(Sink sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

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.

Variables

_point
E[D] _point;

Element data.

Meta