FVector4DotProduct Method

Return the dot product of the two vectors.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static float DotProduct(
	FVector4 vectorA,
	FVector4 vectorB
)

Parameters

vectorA  FVector4
Vector A.
vectorB  FVector4
Vector B.

Return Value

Single
The dot product of the two vectors.

See Also