Vector3T.this

Construct from X and Y coordinates

  1. this(Y x, Y y)
  2. this(Y x, Y y, Y z)
    struct Vector3T(T)
    this
    (
    Y
    )
    (
    Y x
    ,
    Y y
    ,
    Y z
    )
    if (
    isNumeric!Y
    )
    if (
    isNumeric!T
    )

Meta