PointObj_New¶
Make a PointObj object.
PointObj_New(x; y) ➔ pointObj
| x | Real | The object’s X coordinate. |
| y | Real | The object’s Y coordinate. |
| pointObj | Object | The PointObj object. |
Make a PointObj object.
The X and Y coordinates of the point object are passed in the x and y
parameters respectively.
The PointObj object is returned in pointObj.