Vector.forward

Vector3 pointing forward.

struct Vector(T, ubyte N)
static const
static if(!(N == 2 && is(T == float) || is(T == int)))
static if(N == 3 && is(T == float))
Vector!(T, 3) forward;

Meta