### YamlMime:ManagedReference items: - uid: Misaki.HighPerformance.Mathematics.svd commentId: T:Misaki.HighPerformance.Mathematics.svd id: svd parent: Misaki.HighPerformance.Mathematics children: - Misaki.HighPerformance.Mathematics.svd.EPSILON_DETERMINANT - Misaki.HighPerformance.Mathematics.svd.EPSILON_NORMAL - Misaki.HighPerformance.Mathematics.svd.EPSILON_NORMAL_SQRT - Misaki.HighPerformance.Mathematics.svd.EPSILON_RCP - Misaki.HighPerformance.Mathematics.svd.svdInverse(Misaki.HighPerformance.Mathematics.float3x3) - Misaki.HighPerformance.Mathematics.svd.svdRotation(Misaki.HighPerformance.Mathematics.float3x3) langs: - csharp - vb name: svd nameWithType: svd fullName: Misaki.HighPerformance.Mathematics.svd type: Class source: remote: path: src/Misaki.HighPerformance.Mathematics/svd.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: svd path: src/Misaki.HighPerformance.Mathematics/svd.cs startLine: 8 assemblies: - Misaki.HighPerformance.Mathematics namespace: Misaki.HighPerformance.Mathematics syntax: content: public static class svd content.vb: Public Module svd inheritance: - System.Object inheritedMembers: - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.GetHashCode - System.Object.GetType - System.Object.MemberwiseClone - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.ToString - uid: Misaki.HighPerformance.Mathematics.svd.EPSILON_DETERMINANT commentId: F:Misaki.HighPerformance.Mathematics.svd.EPSILON_DETERMINANT id: EPSILON_DETERMINANT parent: Misaki.HighPerformance.Mathematics.svd langs: - csharp - vb name: EPSILON_DETERMINANT nameWithType: svd.EPSILON_DETERMINANT fullName: Misaki.HighPerformance.Mathematics.svd.EPSILON_DETERMINANT type: Field source: remote: path: src/Misaki.HighPerformance.Mathematics/svd.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: EPSILON_DETERMINANT path: src/Misaki.HighPerformance.Mathematics/svd.cs startLine: 11 assemblies: - Misaki.HighPerformance.Mathematics namespace: Misaki.HighPerformance.Mathematics syntax: content: public const float EPSILON_DETERMINANT = 1E-06 return: type: System.Single content.vb: Public Const EPSILON_DETERMINANT As Single = 1E-06 - uid: Misaki.HighPerformance.Mathematics.svd.EPSILON_RCP commentId: F:Misaki.HighPerformance.Mathematics.svd.EPSILON_RCP id: EPSILON_RCP parent: Misaki.HighPerformance.Mathematics.svd langs: - csharp - vb name: EPSILON_RCP nameWithType: svd.EPSILON_RCP fullName: Misaki.HighPerformance.Mathematics.svd.EPSILON_RCP type: Field source: remote: path: src/Misaki.HighPerformance.Mathematics/svd.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: EPSILON_RCP path: src/Misaki.HighPerformance.Mathematics/svd.cs startLine: 12 assemblies: - Misaki.HighPerformance.Mathematics namespace: Misaki.HighPerformance.Mathematics syntax: content: public const float EPSILON_RCP = 1E-09 return: type: System.Single content.vb: Public Const EPSILON_RCP As Single = 1E-09 - uid: Misaki.HighPerformance.Mathematics.svd.EPSILON_NORMAL_SQRT commentId: F:Misaki.HighPerformance.Mathematics.svd.EPSILON_NORMAL_SQRT id: EPSILON_NORMAL_SQRT parent: Misaki.HighPerformance.Mathematics.svd langs: - csharp - vb name: EPSILON_NORMAL_SQRT nameWithType: svd.EPSILON_NORMAL_SQRT fullName: Misaki.HighPerformance.Mathematics.svd.EPSILON_NORMAL_SQRT type: Field source: remote: path: src/Misaki.HighPerformance.Mathematics/svd.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: EPSILON_NORMAL_SQRT path: src/Misaki.HighPerformance.Mathematics/svd.cs startLine: 13 assemblies: - Misaki.HighPerformance.Mathematics namespace: Misaki.HighPerformance.Mathematics syntax: content: public const float EPSILON_NORMAL_SQRT = 1E-15 return: type: System.Single content.vb: Public Const EPSILON_NORMAL_SQRT As Single = 1E-15 - uid: Misaki.HighPerformance.Mathematics.svd.EPSILON_NORMAL commentId: F:Misaki.HighPerformance.Mathematics.svd.EPSILON_NORMAL id: EPSILON_NORMAL parent: Misaki.HighPerformance.Mathematics.svd langs: - csharp - vb name: EPSILON_NORMAL nameWithType: svd.EPSILON_NORMAL fullName: Misaki.HighPerformance.Mathematics.svd.EPSILON_NORMAL type: Field source: remote: path: src/Misaki.HighPerformance.Mathematics/svd.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: EPSILON_NORMAL path: src/Misaki.HighPerformance.Mathematics/svd.cs startLine: 14 assemblies: - Misaki.HighPerformance.Mathematics namespace: Misaki.HighPerformance.Mathematics syntax: content: public const float EPSILON_NORMAL = 1E-30 return: type: System.Single content.vb: Public Const EPSILON_NORMAL As Single = 1E-30 - uid: Misaki.HighPerformance.Mathematics.svd.svdInverse(Misaki.HighPerformance.Mathematics.float3x3) commentId: M:Misaki.HighPerformance.Mathematics.svd.svdInverse(Misaki.HighPerformance.Mathematics.float3x3) id: svdInverse(Misaki.HighPerformance.Mathematics.float3x3) parent: Misaki.HighPerformance.Mathematics.svd langs: - csharp - vb name: svdInverse(float3x3) nameWithType: svd.svdInverse(float3x3) fullName: Misaki.HighPerformance.Mathematics.svd.svdInverse(Misaki.HighPerformance.Mathematics.float3x3) type: Method source: remote: path: src/Misaki.HighPerformance.Mathematics/svd.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: svdInverse path: src/Misaki.HighPerformance.Mathematics/svd.cs startLine: 152 assemblies: - Misaki.HighPerformance.Mathematics namespace: Misaki.HighPerformance.Mathematics syntax: content: public static float3x3 svdInverse(float3x3 a) parameters: - id: a type: Misaki.HighPerformance.Mathematics.float3x3 return: type: Misaki.HighPerformance.Mathematics.float3x3 content.vb: Public Shared Function svdInverse(a As float3x3) As float3x3 overload: Misaki.HighPerformance.Mathematics.svd.svdInverse* - uid: Misaki.HighPerformance.Mathematics.svd.svdRotation(Misaki.HighPerformance.Mathematics.float3x3) commentId: M:Misaki.HighPerformance.Mathematics.svd.svdRotation(Misaki.HighPerformance.Mathematics.float3x3) id: svdRotation(Misaki.HighPerformance.Mathematics.float3x3) parent: Misaki.HighPerformance.Mathematics.svd langs: - csharp - vb name: svdRotation(float3x3) nameWithType: svd.svdRotation(float3x3) fullName: Misaki.HighPerformance.Mathematics.svd.svdRotation(Misaki.HighPerformance.Mathematics.float3x3) type: Method source: remote: path: src/Misaki.HighPerformance.Mathematics/svd.cs branch: main repo: https://git.personalnas.com/Misaki/Misaki.HighPerformance.git id: svdRotation path: src/Misaki.HighPerformance.Mathematics/svd.cs startLine: 162 assemblies: - Misaki.HighPerformance.Mathematics namespace: Misaki.HighPerformance.Mathematics syntax: content: public static quaternion svdRotation(float3x3 a) parameters: - id: a type: Misaki.HighPerformance.Mathematics.float3x3 return: type: Misaki.HighPerformance.Mathematics.quaternion content.vb: Public Shared Function svdRotation(a As float3x3) As quaternion overload: Misaki.HighPerformance.Mathematics.svd.svdRotation* references: - uid: Misaki.HighPerformance.Mathematics commentId: N:Misaki.HighPerformance.Mathematics href: Misaki.html name: Misaki.HighPerformance.Mathematics nameWithType: Misaki.HighPerformance.Mathematics fullName: Misaki.HighPerformance.Mathematics spec.csharp: - uid: Misaki name: Misaki href: Misaki.html - name: . - uid: Misaki.HighPerformance name: HighPerformance href: Misaki.HighPerformance.html - name: . - uid: Misaki.HighPerformance.Mathematics name: Mathematics href: Misaki.HighPerformance.Mathematics.html spec.vb: - uid: Misaki name: Misaki href: Misaki.html - name: . - uid: Misaki.HighPerformance name: HighPerformance href: Misaki.HighPerformance.html - name: . - uid: Misaki.HighPerformance.Mathematics name: Mathematics href: Misaki.HighPerformance.Mathematics.html - uid: System.Object commentId: T:System.Object parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object name: object nameWithType: object fullName: object nameWithType.vb: Object fullName.vb: Object name.vb: Object - uid: System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) name: Equals(object) nameWithType: object.Equals(object) fullName: object.Equals(object) nameWithType.vb: Object.Equals(Object) fullName.vb: Object.Equals(Object) name.vb: Equals(Object) spec.csharp: - uid: System.Object.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) name: Equals(object, object) nameWithType: object.Equals(object, object) fullName: object.Equals(object, object) nameWithType.vb: Object.Equals(Object, Object) fullName.vb: Object.Equals(Object, Object) name.vb: Equals(Object, Object) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.GetHashCode commentId: M:System.Object.GetHashCode parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode name: GetHashCode() nameWithType: object.GetHashCode() fullName: object.GetHashCode() nameWithType.vb: Object.GetHashCode() fullName.vb: Object.GetHashCode() spec.csharp: - uid: System.Object.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) spec.vb: - uid: System.Object.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype name: GetType() nameWithType: object.GetType() fullName: object.GetType() nameWithType.vb: Object.GetType() fullName.vb: Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) spec.vb: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) - uid: System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone name: MemberwiseClone() nameWithType: object.MemberwiseClone() fullName: object.MemberwiseClone() nameWithType.vb: Object.MemberwiseClone() fullName.vb: Object.MemberwiseClone() spec.csharp: - uid: System.Object.MemberwiseClone name: MemberwiseClone isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: ( - name: ) spec.vb: - uid: System.Object.MemberwiseClone name: MemberwiseClone isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: ( - name: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals name: ReferenceEquals(object, object) nameWithType: object.ReferenceEquals(object, object) fullName: object.ReferenceEquals(object, object) nameWithType.vb: Object.ReferenceEquals(Object, Object) fullName.vb: Object.ReferenceEquals(Object, Object) name.vb: ReferenceEquals(Object, Object) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring name: ToString() nameWithType: object.ToString() fullName: object.ToString() nameWithType.vb: Object.ToString() fullName.vb: Object.ToString() spec.csharp: - uid: System.Object.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring - name: ( - name: ) spec.vb: - uid: System.Object.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring - name: ( - name: ) - uid: System commentId: N:System isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System nameWithType: System fullName: System - uid: System.Single commentId: T:System.Single parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single name: float nameWithType: float fullName: float nameWithType.vb: Single fullName.vb: Single name.vb: Single - uid: Misaki.HighPerformance.Mathematics.svd.svdInverse* commentId: Overload:Misaki.HighPerformance.Mathematics.svd.svdInverse href: Misaki.HighPerformance.Mathematics.svd.html#Misaki_HighPerformance_Mathematics_svd_svdInverse_Misaki_HighPerformance_Mathematics_float3x3_ name: svdInverse nameWithType: svd.svdInverse fullName: Misaki.HighPerformance.Mathematics.svd.svdInverse - uid: Misaki.HighPerformance.Mathematics.float3x3 commentId: T:Misaki.HighPerformance.Mathematics.float3x3 parent: Misaki.HighPerformance.Mathematics href: Misaki.HighPerformance.Mathematics.float3x3.html name: float3x3 nameWithType: float3x3 fullName: Misaki.HighPerformance.Mathematics.float3x3 - uid: Misaki.HighPerformance.Mathematics.svd.svdRotation* commentId: Overload:Misaki.HighPerformance.Mathematics.svd.svdRotation href: Misaki.HighPerformance.Mathematics.svd.html#Misaki_HighPerformance_Mathematics_svd_svdRotation_Misaki_HighPerformance_Mathematics_float3x3_ name: svdRotation nameWithType: svd.svdRotation fullName: Misaki.HighPerformance.Mathematics.svd.svdRotation - uid: Misaki.HighPerformance.Mathematics.quaternion commentId: T:Misaki.HighPerformance.Mathematics.quaternion parent: Misaki.HighPerformance.Mathematics href: Misaki.HighPerformance.Mathematics.quaternion.html name: quaternion nameWithType: quaternion fullName: Misaki.HighPerformance.Mathematics.quaternion