Skip to content

Point3d . (Point3d to Vector3d)

Converts a point in a vector, needing casting.

Namespace: Rhino.Geometry

Assembly: RhinoCommon (in RhinoCommon.dll)

Syntax

public static explicit operator Vector3d (
Point3d point
)

Parameters

point

Type: Rhino.Geometry.Point3d
A point.

Return Value

Type: Vector3d
The resulting vector.