Click or drag to resize

Point2f  Conversion (Point2d to Point2f)

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 Point2f (
	Point2d point
)

Parameters

point
Type: Rhino.GeometryPoint2d
A point.

Return Value

Type: Point2f
The resulting point.
See Also