Vector2.this

CTor

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

Meta