This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
2af5b189 e64e e72e 802a 53639f8d8722
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of Vector3.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Vector3(
double[] array
)
VB
Public Sub New (
array As Double()
)
C++
public:
Vector3(
array<double>^ array
)
F#
new :
array : float[] -> Vector3
- Double[]
- Array of three elements that represents the vector.