Vector.this

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

Meta