M_Rhino_Geometry_Point3f_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 Point3f (
Point3d point
)
VB
Public Shared Narrowing Operator CType (
point As Point3d
) As Point3f
- point
- Type: Rhino.Geometry.Point3d
A point.
Type: Point3f
The resulting point.
Supported in: 6.0.16224.21491