Vector.this

Construct from Scalar value.

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

Meta