Returns the dot product of two quaternions.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public float Dot(
Quat b
)
Parameters
- b
- Type: GodotQuat
The other quaternion.
Return Value
Type:
SingleThe dot product.
See Also