Skip to content

Point3d . (Vector3d to Point3d)

Converts a vector in a point, needing casting.

Namespace: Rhino.Geometry

Assembly: RhinoCommon (in RhinoCommon.dll)

Syntax

public static explicit operator Point3d (
Vector3d vector
)

Parameters

vector

Type: Rhino.Geometry.Vector3d
A vector.

Return Value

Type: Point3d
The resulting point.