FVector2Dot Method

Return the dot product of two vectors.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static float Dot(
	FVector2 value1,
	FVector2 value2
)

Parameters

value1  FVector2
Reference to the first vector to compare.
value2  FVector2
Reference to the second vector to compare.

Return Value

Single
The dot product of the two input vectors.

See Also