FVector3GetLineAngle Method
Return the ray angles between two points.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FVector3 GetLineAngle(
FVector3 pointA,
FVector3 pointB
)
Public Shared Function GetLineAngle (
pointA As FVector3,
pointB As FVector3
) As FVector3
No code example is currently available or this language may not be supported.
- pointA FVector3
-
Coordinates of the first point.
- pointB FVector3
-
Coordinates of the second point.
FVector3
The X-axis (azimuth) and Z-axis (zenith) angles of the ray from
point A to point B.