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
ddc19ece 1d46 e117 b9c0 00d852eca845
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 Vector3 Zero { get; }VB
Public Shared ReadOnly Property Zero As Vector3
GetC++
public:
static property Vector3 Zero {
Vector3 get ();
}F#
static member Zero : Vector3 with get