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 422
315462df 1ff0 de81 f32b 315ba72223b1
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of Vector4.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Vector4(
double x,
double y,
double z,
double w
)
VB
Public Sub New (
x As Double,
y As Double,
z As Double,
w As Double
)
C++
public:
Vector4(
double x,
double y,
double z,
double w
)
F#
new :
x : float *
y : float *
z : float *
w : float -> Vector4
- Double
- X component.
- Double
- Y component.
- Double
- Z component.
- Double
- W component.