Vec3.this

Build a new 3-dimensional vector.

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

Meta