Overload_Rhino_Geometry_Point2d__ctor - mcneel/rhinocommon-api-docs GitHub Wiki
Name | Description | |
---|---|---|
![]() |
Point2d(Point2d) | Initializes a new instance of Point2d by copying another Point2d. |
![]() |
Point2d(Point3d) | Initializes a new instance of Point3d by copying the first two coordiantes of a Point3d. |
![]() |
Point2d(Vector2d) | Initializes a new instance of Point2d by converting a vector. |
![]() |
Point2d(Double, Double) | Initializes a new instance of Point2d from coordinates. |