Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

cb4b1bcf 6945 8cbc 4d3c 4a4f87d8bb40

haplokuon edited this page May 6, 2023 · 1 revision

Zero Property

netDxf 3.0.0 Library

Zero vector.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public static Vector4 Zero { get; }

VB

Public Shared ReadOnly Property Zero As Vector4
	Get

C++

public:
static property Vector4 Zero {
	Vector4 get ();
}

F#

static member Zero : Vector4 with get

Property Value

Vector4

See Also

Reference

Vector4 Structure
netDxf Namespace

Clone this wiki locally