M_Rhino_Geometry_Point2f__ctor - mcneel/rhinocommon-api-docs GitHub Wiki

Point2f Constructor (Double, Double)

Initializes a new two-dimensional point from two double-precision floating point numbers as coordinates. Coordinates will be internally converted to floating point numbers. This might cause precision loss.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Point2f(
	double x,
	double y
)

VB

Public Sub New ( 
	x As Double,
	y As Double
)

Parameters

 

x
Type: System.Double
X component of vector.
y
Type: System.Double
Y component of vector.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Point2f Structure
Point2f Overload
Rhino.Geometry Namespace

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