Returns the dot product of this vector and `b`.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public float Dot(
Vector3 b
)
Parameters
- b
- Type: GodotVector3
The other vector to use.
Return Value
Type:
SingleThe dot product of the two vectors.
See Also