Remove trailing whitespace in QuaternionExtensions

This commit is contained in:
Oliver Booth 2022-12-22 12:28:18 +00:00
parent d14ecdec51
commit fdc9e64cbe
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ public static class QuaternionExtensions
}
/// <summary>
/// Converts this quaternion to a <see cref="Vector3" /> containing an Euler representation of the rotation.
/// Converts this quaternion to a <see cref="Vector3" /> containing an Euler representation of the rotation.
/// </summary>
/// <param name="value">The quaternion to convert.</param>
/// <returns>The Euler representation of <paramref name="value" />, in radians.</returns>