Vec3.bottom

{0, 0, -1} vector.

  1. enum bottom;
  2. enum bottom;
    struct Vec3(T)
    static if(!(__traits(isUnsigned, T)))
    static if(!(__traits(isFloating, T)))
    enum bottom = Vec3!T(0, 0, -1);

Meta