Vector2.this

CTor

  1. this(T x, T y)
    struct Vector2(T)
    pure nothrow
    this
    (
    T x
    ,
    T y
    )
    if (
    isNumeric!T
    )
  2. this(U x, U y)
  3. this(U[2] pos)
  4. this(Vector2!U vec)

Meta