Click or drag to resize

Point3d  Conversion (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.GeometryPoint3d
A point.

Return Value

Type: Vector3d
The resulting vector.
See Also