Skip to content

M_Rhino_Geometry_Vector2d__ctor

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Vector2d Constructor

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

Syntax

C#

public Vector2d(
	double x,
	double y
)

VB

Public Sub New ( 
	x As Double,
	y As Double
)

Parameters

 

x
Type: System.Double
The X (first) component.
y
Type: System.Double
The Y (second) component.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Vector2d Structure
Rhino.Geometry Namespace

Clone this wiki locally