M_Rhino_Geometry_Point2f_op_Explicit - mcneel/rhinocommon-api-docs GitHub Wiki
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) Version: Rhino 6.0
C#
public static explicit operator Point2f (
Point2d point
)
VB
Public Shared Narrowing Operator CType (
point As Point2d
) As Point2f
- point
- Type: Rhino.Geometry.Point2d
A point.
Type: Point2f
The resulting point.
Supported in: 6.0.16224.21491