Skip to content

M_Rhino_Geometry_Point2d__ctor_2

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

Point2d Constructor (Vector2d)

Initializes a new instance of Point2d by converting a vector.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Point2d(
	Vector2d vector
)

VB

Public Sub New ( 
	vector As Vector2d
)

Parameters

 

vector
Type: Rhino.Geometry.Vector2d
The vector that will be copied.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Point2d Structure
Point2d Overload
Rhino.Geometry Namespace

Clone this wiki locally