Vector.magnitude

Sets the length of the vector Maintains component ratios of the vector

  1. double magnitude [@property setter]
    class Vector(T, uint dimensions)
    @property
    void
    magnitude
    (
    double mag
    )
  2. double magnitude [@property getter]

Meta