Vector.set

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void set(E x, E y)
    struct Vector(E, uint D, bool normalizedFlag = false, Orient orient = Orient.column)
    static if(D == 2)
    void
    set
    (
    E x
    ,
    E y
    )
    if (
    D >= 1 &&
    (
    !normalizedFlag ||
    isFloatingPoint!E
    )
    )
  2. void set(E x, E y, E z)
  3. void set(E x, E y, E z, E w)

Meta