Click or drag to resize

Point3f  Conversion (Point3d to Point3f)

Converts a double-precision point in a single-precision point. Needs explicit casting to help retain precision.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static explicit operator Point3f (
	Point3d point
)

Parameters

point
Type: Rhino.GeometryPoint3d
A point.

Return Value

Type: Point3f
The resulting point.
See Also