Click or drag to resize

Point3dFromPoint3f Method

Converts a single-precision point in a double-precision point.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static Point3d FromPoint3f(
	Point3f point
)

Parameters

point
Type: Rhino.GeometryPoint3f
A point.

Return Value

Type: Point3d
The resulting point.
See Also