1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-10 02:25:41 +00:00

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

View File

@ -52,7 +52,7 @@ public static class QuaternionExtensions
} }
/// <summary> /// <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> /// </summary>
/// <param name="value">The quaternion to convert.</param> /// <param name="value">The quaternion to convert.</param>
/// <returns>The Euler representation of <paramref name="value" />, in radians.</returns> /// <returns>The Euler representation of <paramref name="value" />, in radians.</returns>