FVector3CrossProduct Method

Return the cross product of two vectors.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FVector3 CrossProduct(
	FVector3 vector1,
	FVector3 vector2
)

Parameters

vector1  FVector3
Reference to the first vector.
vector2  FVector3
Reference to the second vector.

Return Value

FVector3
Reference to the result of the cross product operation.

See Also