M_Rhino_Geometry_Vector3d__ctor - mcneel/rhinocommon-api-docs GitHub Wiki

Vector3d Constructor (Point3d)

Initializes a new instance of a vector, copying the three components from the three coordinates of a point.

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

Syntax

C#

public Vector3d(
	Point3d point
)

VB

Public Sub New ( 
	point As Point3d
)

Parameters

 

point
Type: Rhino.Geometry.Point3d
The point to copy from.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Vector3d Structure
Vector3d Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️