Point2d Constructor (Double, Double) |
Initializes a new instance of
Point2d from coordinates.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Point2d(
double x,
double y
)
Public Sub New (
x As Double,
y As Double
)
Parameters
- x
- Type: SystemDouble
The X (first) coordinate. - y
- Type: SystemDouble
The Y (second) coordinate.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also