Vector3.this

CTor

  1. this(T x, T y, T z = 0)
    struct Vector3(T)
    @nogc
    this
    pure nothrow
    (
    T x
    ,
    T y
    ,
    T z = 0
    )
    if (
    isNumeric!(T)
    )
  2. this(U x, U y, U z = 0)
  3. this(const Vector3!(U) vec)

Meta