mirror of
https://github.com/oliverbooth/VpSharp
synced 2024-11-10 02:35:42 +00:00
Suppres CA1021, we want out parameters here!
This commit is contained in:
parent
12ca1b7c18
commit
a8e5fafbb4
@ -75,6 +75,7 @@ public static class QuaternionExtensions
|
||||
}
|
||||
|
||||
//
|
||||
#pragma warning disable CA1021
|
||||
/// <summary>
|
||||
/// Converts this quaternion to an axis/angle pair.
|
||||
/// </summary>
|
||||
@ -109,4 +110,5 @@ public static class QuaternionExtensions
|
||||
|
||||
axis = new Vector3d(x, y, z);
|
||||
}
|
||||
#pragma warning restore CA1021
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user