FVector3GetMagnitude(FVector3, FVector3) Method

Return the raw lengths of each axis from point A to point B as a ray.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FVector3 GetMagnitude(
	FVector3 pointA,
	FVector3 pointB
)

Parameters

pointA  FVector3
Starting point.
pointB  FVector3
Ending point.

Return Value

FVector3
Ray of length values per axis.

See Also