Point3f . (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.Geometry.Point3d
A point.
Return Value
Type: Point3f
The resulting point.