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 435
2d79f4d4 fdbb 8514 93ab 87fb4a9cc14c
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 value
)
VB
Public Sub New (
value As Double
)
C++
public:
Vector3(
double value
)
F#
new :
value : float -> Vector3
- Double
- X, Y, Z component.