M_Rhino_Geometry_Vector2d__ctor - mcneel/rhinocommon-api-docs GitHub Wiki
Initializes a new instance of the vector based on two, X and Y, components.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Vector2d(
double x,
double y
)
VB
Public Sub New (
x As Double,
y As Double
)
- x
- Type: System.Double
The X (first) component. - y
- Type: System.Double
The Y (second) component.
Supported in: 6.0.16224.21491, 5D58w