M_Rhino_Geometry_Point3f_op_Explicit - mcneel/rhinocommon-api-docs GitHub Wiki

Point3f Explicit 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) Version: Rhino 6.0

Syntax

C#

public static explicit operator Point3f (
	Point3d point
)

VB

Public Shared Narrowing Operator CType ( 
	point As Point3d
) As Point3f

Parameters

 

point
Type: Rhino.Geometry.Point3d
A point.

Return Value

Type: Point3f
The resulting point.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

Point3f Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️