Vector/Scalar Multiplication

A vector can be multiplied by a single number (a "scalar") to change its length without changing its direction.

        | vx |     | s * vx |
  s  *  | vy |  =  | s * vy |
        | vz |     | s * vz |