FVector4GetMagnitude(FVector4, Single, Single, Single, Single) 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 point,
	float destinationX,
	float destinationY,
	float destinationZ,
	float destinationW
)

Parameters

point  FVector4
Starting point.
destinationX  Single
Destination X coordinate.
destinationY  Single
Destination Y coordinate.
destinationZ  Single
Destination Z coordinate.
destinationW  Single
Destination W coordinate.

Return Value

FVector4
Ray of length values per axis.

See Also