Skip to content

Point3d . (Point3f to Point3d)

Converts a single-precision point in a double-precision point, without needing casting.

Namespace: Rhino.Geometry

Assembly: RhinoCommon (in RhinoCommon.dll)

Syntax

public static implicit operator Point3d (
Point3f point
)

Parameters

point

Type: Rhino.Geometry.Point3f
A point.

Return Value

Type: Point3d
The resulting point.