Point2D

Undocumented in source.

Constructors

this
this(T x, T y)
Undocumented in source.
this
this(T[2] d)
Undocumented in source.

Members

Functions

abs
T abs()
Undocumented in source. Be warned that the author may not have intended to support it.
arg
T arg()
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
auto opBinary(Point2D r)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
auto opBinary(Point2D r)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
inout(T) opIndex(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
auto opOpAssign(Point2D r)
Undocumented in source. Be warned that the author may not have intended to support it.
rot
Point2D rot(T ar)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

x
inout(T) x [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
y
inout(T) y [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

d
T[2] d;
Undocumented in source.

Meta