Point3f Explicit Conversion (Point3d to Point3f)

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
)
Public Shared Narrowing Operator CType ( 
	point As Point3d
) As Point3f

Parameters

point
Type: Rhino.GeometryPoint3d
A point.

Return Value

Type: Point3f
The resulting point.
See Also