Point3d Constructor (Point3f)

Point3d Constructor (Point3f)

Initializes a new point by copying coordinates from a single-precision point.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Point3d(
	Point3f point
)
Public Sub New ( 
	point As Point3f
)

Parameters

point
Type: Rhino.GeometryPoint3f
A point.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also