M_Rhino_Geometry_Point2f__ctor - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public Point2f(
double x,
double y
)
VB
Public Sub New (
x As Double,
y As Double
)
- x
- Type: System.Double
X component of vector. - y
- Type: System.Double
Y component of vector.
Supported in: 6.0.16224.21491, 5D58w