Vector2d Constructor (Double)

Constructor for the Vector2d class. Creates a new vector with coordinates taken from the first two values of the passed array.
Namespace:  Teigha.Geometry
Assembly:  TD_Mgd (in TD_Mgd.dll) Version: 21.4.0.0
Syntax
public Vector2d(
        double[] xy
)

Parameters

xy
Type: SystemDouble
[in] Array of the double values that define coordinates of this vector. Only the first two values from the passed array are used.
See Also

©  Bricsys NV. All rights reserved.