Sets the coordinates of this Point to the specified values.
void setTo(T px, T py) { x = px; y = py; }