mirror of
https://github.com/oliverbooth/VpSharp
synced 2024-11-22 19:58:48 +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>
|
/// <summary>
|
||||||
/// Converts this quaternion to an axis/angle pair.
|
/// Converts this quaternion to an axis/angle pair.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@ -109,4 +110,5 @@ public static class QuaternionExtensions
|
|||||||
|
|
||||||
axis = new Vector3d(x, y, z);
|
axis = new Vector3d(x, y, z);
|
||||||
}
|
}
|
||||||
|
#pragma warning restore CA1021
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user