We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a82141 commit 16e68e2Copy full SHA for 16e68e2
1 file changed
sources/Maths/Maths/Quaternion.cs
@@ -13,9 +13,9 @@ namespace Silk.NET.Maths
13
/// <summary>
14
/// Represents a four-dimensional vector used to encode 3D rotations.
15
/// </summary>
16
- internal struct Quaternion<T> :
+ public struct Quaternion<T> :
17
IEquatable<Quaternion<T>>
18
- where T : IBinaryFloatingPointIeee754<T>
+ where T : IFloatingPointIeee754<T>
19
{
20
/// <summary>Specifies the X-value of the vector component of the Quaternion.</summary>
21
public T X;
0 commit comments