Click or drag to resize

Vector2Dot Method

Returns the dot product of this vector and `with`.

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

Parameters

with
Type: GodotVector2
The other vector to use.

Return Value

Type: Single
The dot product of the two vectors.
See Also