TrigGetLineAngle(FVector2, FVector2) Method

Return the angle of the specified line, in radians.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2820.4317
C#
public static float GetLineAngle(
	FVector2 vertex1,
	FVector2 vertex2
)

Parameters

vertex1  FVector2
First point x coordinate.
vertex2  FVector2
Second point x coordinate.

Return Value

Single
Angle of the line, in radians.

See Also