Vector.Vector

Undocumented in source.

Constructors

this
this(U x)

Constructor for scalars

this
this(U x, U y)

Constructor for parameter lists

this
this(Vector2T!T vec)

Constructor for vectors of same type

this
this(T[] list)

Constructor for explicit lists

Members

Aliases

ToString
alias ToString = toString
Undocumented in source.

Functions

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

Mixins

__anonymous
mixin GenericVectorMixin!(T, 2)
Undocumented in source.

Variables

data
T[2] data;
Undocumented in source.

Meta