Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


svdRotation(float3x3)

Calculates the rotation component of a 3x3 matrix using Singular Value Decomposition (SVD).
Read time 1 minuteLast updated 12 days ago

Definition

public static quaternion svdRotation(float3x3 a)

Parameters

The 3x3 matrix to calculate the rotation component of.

Returns

Type

Description

quaternionThe calculated rotation component as a quaternion.