Class QuaternionExt
Inheritance
System.Object
QuaternionExt
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: UnityEngine.Animations.Rigging
Syntax
public static class QuaternionExt
Methods
FromToRotation(Vector3, Vector3)
Declaration
public static Quaternion FromToRotation(Vector3 from, Vector3 to)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3 | from | |
| Vector3 | to |
Returns
| Type | Description |
|---|---|
| Quaternion |