Vector3d(Double) Constructor
|
Initializes a new instance of the
Vector3d class
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public Vector3d(
double[] xyz
)
Public Sub New (
xyz As Double()
)
public:
Vector3d(
array<double>^ xyz
)
new :
xyz : float[] -> Vector3d
Parameters
- xyz Double
-
See Also