Click or drag to resize

QuatDot Method

Returns the dot product of two quaternions.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float Dot(
	Quat b
)

Parameters

b
Type: GodotQuat
The other quaternion.

Return Value

Type: Single
The dot product.
See Also