Vector.up

Vector2 pointing up.

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

Meta