mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-03 05:38:16 +00:00
Improve comments.
This commit is contained in:
parent
d27a4671a5
commit
18976c898a
|
@ -692,7 +692,8 @@ namespace OpenTK
|
||||||
#region MagnitudeMin
|
#region MagnitudeMin
|
||||||
|
|
||||||
/// <summary>
|
/// <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>
|
/// </summary>
|
||||||
/// <param name="left">Left operand</param>
|
/// <param name="left">Left operand</param>
|
||||||
/// <param name="right">Right operand</param>
|
/// <param name="right">Right operand</param>
|
||||||
|
@ -703,7 +704,8 @@ namespace OpenTK
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <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>
|
/// </summary>
|
||||||
/// <param name="left">Left operand</param>
|
/// <param name="left">Left operand</param>
|
||||||
/// <param name="right">Right operand</param>
|
/// <param name="right">Right operand</param>
|
||||||
|
@ -719,7 +721,8 @@ namespace OpenTK
|
||||||
#region MagnitudeMax
|
#region MagnitudeMax
|
||||||
|
|
||||||
/// <summary>
|
/// <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>
|
/// </summary>
|
||||||
/// <param name="left">Left operand</param>
|
/// <param name="left">Left operand</param>
|
||||||
/// <param name="right">Right operand</param>
|
/// <param name="right">Right operand</param>
|
||||||
|
@ -730,7 +733,8 @@ namespace OpenTK
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <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>
|
/// </summary>
|
||||||
/// <param name="left">Left operand</param>
|
/// <param name="left">Left operand</param>
|
||||||
/// <param name="right">Right operand</param>
|
/// <param name="right">Right operand</param>
|
||||||
|
|
Loading…
Reference in a new issue