Vector.opAssign

Allows assigning the vector to a static array to set all components of the vector

  1. void opAssign(T[] rhs)
    class Vector(T, uint dimensions)
    void
    opAssign
    (
    T[] rhs
    )
  2. void opAssign(T rhs)

Meta