Vector.W_AXIS

W Axis in R4 (used like a scale factor with 3d Maths with 4d Matrixes)

struct Vector(T, size_t dim_)
nothrow public static
static if(!(dim == 2))
static if(!(dim == 3))
static if(dim == 4)
enum Vector!(T, 4) W_AXIS;

Meta