Click or drag to resize

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

Return Value

Type: Point3d
The resulting point.
See Also