Vector.magnitude - multiple declarations

Function Vector.magnitude

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

void magnitude (
  double mag
) @property;

Function Vector.magnitude

Gets the length of the vector

double magnitude() @property;