Click or drag to resize

Point3d  Conversion (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.GeometryVector3d
A vector.

Return Value

Type: Point3d
The resulting point.
See Also