TrigGetLineAngle(FLine) Method

Return the angle of the specified line, in radians.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static float GetLineAngle(
	FLine line
)

Parameters

line  FLine
Reference to a double-precision line.

Return Value

Single
Angle of the line, in radians.

See Also