| Point3dFromPoint3f Method  | 
 
            Converts a single-precision point in a double-precision point.
            
 
    Namespace: 
   Rhino.Geometry
    Assembly:
   RhinoCommon (in RhinoCommon.dll)
Since: 6.0
 Syntax
Syntaxpublic static Point3d FromPoint3f(
	Point3f point
)
Public Shared Function FromPoint3f ( 
	point As Point3f
) As Point3d
Parameters
- point
- Type: Rhino.GeometryPoint3f
 A point.
Return Value
Type: 
Point3dThe resulting point.
 See Also
See Also