FVector2Dot Method
Return the dot product of two vectors.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static float Dot(
FVector2 value1,
FVector2 value2
)
Public Shared Function Dot (
value1 As FVector2,
value2 As FVector2
) As Single
No code example is currently available or this language may not be supported.
- value1 FVector2
-
Reference to the first vector to compare.
- value2 FVector2
-
Reference to the second vector to compare.
Single
The dot product of the two input vectors.