#region MagnitudeMin
/// <summary>
- /// Returns the Vector2d with the minimum magnitude
+ /// Returns the Vector2d with the minimum magnitude. If the magnitudes are equal, the second vector
+ /// is selected.
/// </summary>
/// <param name="left">Left operand</param>
/// <param name="right">Right operand</param>
}
/// <summary>
- /// Returns the Vector2d with the minimum magnitude
+ /// Returns the Vector2d with the minimum magnitude. If the magnitudes are equal, the second vector
+ /// is selected.
/// </summary>
/// <param name="left">Left operand</param>
/// <param name="right">Right operand</param>
#region MagnitudeMax
/// <summary>
- /// Returns the Vector2d with the minimum magnitude
+ /// Returns the Vector2d with the minimum magnitude. If the magnitudes are equal, the first vector
+ /// is selected.
/// </summary>
/// <param name="left">Left operand</param>
/// <param name="right">Right operand</param>
}
/// <summary>
- /// Returns the Vector2d with the maximum magnitude
+ /// Returns the Vector2d with the maximum magnitude. If the magnitudes are equal, the first vector
+ /// is selected.
/// </summary>
/// <param name="left">Left operand</param>
/// <param name="right">Right operand</param>