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

bbcdf616 d105 3225 bb4c 97c08f6e28a8

haplokuon edited this page May 6, 2023 · 1 revision

Vector4(Double[]) Constructor

netDxf 3.0.0 Library

Initializes a new instance of Vector4.

Definition

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

C#

public Vector4(
	double[] array
)

VB

Public Sub New ( 
	array As Double()
)

C++

public:
Vector4(
	array<double>^ array
)

F#

new : 
        array : float[] -> Vector4

Parameters

  Double[]
Array of four elements that represents the vector.

See Also

Reference

Vector4 Structure
Vector4 Overload
netDxf Namespace

Clone this wiki locally