Vector2.this

CTor

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

Meta