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
e4f231f2 3508 911d ea49 19d9dd1f158f
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Zero vector.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static Vector2 Zero { get; }VB
Public Shared ReadOnly Property Zero As Vector2
GetC++
public:
static property Vector2 Zero {
Vector2 get ();
}F#
static member Zero : Vector2 with get