FVector4GetMagnitude(FVector4, FVector4) 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 FVector4 GetMagnitude(
	FVector4 pointA,
	FVector4 pointB
)

Parameters

pointA  FVector4
Starting point.
pointB  FVector4
Ending point.

Return Value

FVector4
Ray of length values per axis.

See Also