Vec3.set

Changes {x, y, z}

  1. void set(T x_, T y_, T z_)
  2. void set(Vec2!T xy_, T z_)
  3. void set(T x_, Vec2!T yz_)
    struct Vec3(T)
    void
    set
    (
    T x_
    ,)

Meta