Class svd
- Namespace
- Misaki.HighPerformance.Mathematics
- Assembly
- Misaki.HighPerformance.Mathematics.dll
- Inheritance
-
svd
- Inherited Members
-
Fields
public const float EPSILON_DETERMINANT = 1E-06
Field Value
- float
public const float EPSILON_NORMAL = 1E-30
Field Value
- float
public const float EPSILON_NORMAL_SQRT = 1E-15
Field Value
- float
public const float EPSILON_RCP = 1E-09
Field Value
- float
Methods
public static float3x3 svdInverse(float3x3 a)
Parameters
a float3x3
Returns
- float3x3
public static quaternion svdRotation(float3x3 a)
Parameters
a float3x3
Returns
- quaternion