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
466e819e f9ea 7e49 a10d 63823cfeb77f
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Unit Y vector.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static Vector4 UnitY { get; }VB
Public Shared ReadOnly Property UnitY As Vector4
GetC++
public:
static property Vector4 UnitY {
Vector4 get ();
}F#
static member UnitY : Vector4 with get