svdRotation(float3x3)
Calculates the rotation component of a 3x3 matrix using Singular Value Decomposition (SVD).
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Mathematics
- Assembly: UnityEngine.MathematicsModule
public static quaternion svdRotation(float3x3 a)
Parameters
The 3x3 matrix to calculate the rotation component of.
Returns
Type | Description |
|---|---|
| quaternion | The calculated rotation component as a quaternion. |