Point with coordinates of type 'double' More...
Public Member Functions | |
| PointD | Move (double dX, double dY) |
| Creates new point with coordinates [X+dX, Y+dY] More... | |
Public Attributes | |
| double | X |
| Point coordinates More... | |
Point with coordinates of type 'double'
| PointD Move | ( | double | dX, |
| double | dY | ||
| ) |
Creates new point with coordinates [X+dX, Y+dY]
| dX | Delta X |
| dY | Delta Y |
| double X |
Point coordinates