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