Vector2.this

CTor

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

Meta