Vector.Vector

Undocumented in source.

Constructors

this
this(U x)

Constructor for scalars

this
this(U x, U y, U z)

Constructor for parameter lists

this
this(Vector3T!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

Cross
Vector3T!T Cross(Vector3T!T a, Vector3T!T b)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

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

Variables

data
T[3] data;
Undocumented in source.

Meta