Vector.this

Construct from combination of arguments.

  1. this(V vec)
  2. this(S scalar)
  3. this(Args args)
    struct Vector(E, uint D, bool normalizedFlag = false, Orient orient = Orient.column)
    this
    (
    Args...
    )
    (
    Args args
    )
    if (
    D >= 1 &&
    (
    !normalizedFlag ||
    isFloatingPoint!E
    )
    )

Meta