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