Overload List
| Name | Description | |
|---|---|---|
| Point()()()() |
Create a new point at (0,0).
| |
| Point(Point) |
Create a new point from an existing one.
| |
| Point(Transform) |
Create a new point from a transformation.
| |
| Point(Double, Double) |
Create a new point.
| |
| Point(Point, Transform) |
Create a new point from an existing one.
| |
| Point(Double, Double, Transform) |
Create a new point.
|