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 438
8945bea6 879a 5d70 7c1a 05a0a9458a54
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Unit X vector.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static Vector4 UnitX { get; }VB
Public Shared ReadOnly Property UnitX As Vector4
GetC++
public:
static property Vector4 UnitX {
Vector4 get ();
}F#
static member UnitX : Vector4 with get