TrigGetLineAngle(FVector2, FVector2) Method
Return the angle of the specified line, in radians.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static float GetLineAngle(
FVector2 vertex1,
FVector2 vertex2
)
Public Shared Function GetLineAngle (
vertex1 As FVector2,
vertex2 As FVector2
) As Single
No code example is currently available or this language may not be supported.
- vertex1 FVector2
-
First point x coordinate.
- vertex2 FVector2
-
Second point x coordinate.
Single
Angle of the line, in radians.