Table of Contents

Class svd

Namespace
Misaki.HighPerformance.Mathematics
Assembly
Misaki.HighPerformance.Mathematics.dll
public static class svd
Inheritance
svd
Inherited Members

Fields

EPSILON_DETERMINANT

public const float EPSILON_DETERMINANT = 1E-06

Field Value

float

EPSILON_NORMAL

public const float EPSILON_NORMAL = 1E-30

Field Value

float

EPSILON_NORMAL_SQRT

public const float EPSILON_NORMAL_SQRT = 1E-15

Field Value

float

EPSILON_RCP

public const float EPSILON_RCP = 1E-09

Field Value

float

Methods

svdInverse(float3x3)

public static float3x3 svdInverse(float3x3 a)

Parameters

a float3x3

Returns

float3x3

svdRotation(float3x3)

public static quaternion svdRotation(float3x3 a)

Parameters

a float3x3

Returns

quaternion