FVector3GetLineAngle Method

Return the ray angles between two points.

Definition

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

Parameters

pointA  FVector3
Coordinates of the first point.
pointB  FVector3
Coordinates of the second point.

Return Value

FVector3
The X-axis (azimuth) and Z-axis (zenith) angles of the ray from point A to point B.

See Also