This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 439
c17d8a42 eafa d6e2 5bd1 f4d9eafe6dfc
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Obtains the angle of a vector.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static double Angle(
Vector2 u
)VB
Public Shared Function Angle (
u As Vector2
) As DoubleC++
public:
static double Angle(
Vector2 u
)F#
static member Angle :
u : Vector2 -> float - Vector2
- A Vector2.
Double
Angle in radians.