Method Dot
Dot(Quaternion, Quaternion)
Calculates the dot product of two quaternions.
Declaration
public static float Dot(Quaternion left, Quaternion right)
Parameters
| Type | Name | Description |
|---|---|---|
| Quaternion | left | First source quaternion. |
| Quaternion | right | Second source quaternion. |
Returns
| Type | Description |
|---|---|
| System.Single | The dot product of the two quaternions. |