Vector.e4

canonical basis for Euclidian space

struct Vector(E, uint D, bool normalizedFlag = false, Orient orient = Orient.column)
static immutable
static if(isNumeric!E)
static if(!(dimension == 2))
static if(!(dimension == 3))
static if(dimension == 4)
Vector e4;

Meta