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