transform_point
Description:
public void transform_point (
double x,
double y)
transforms the coordinates provided in x and y and changes to the coordinates gotten when the transformed with the
matrix.
Parameters:
| this |
a Matrix3
|
| x |
pointer to an x coordinate
|
| y |
pointer to an y coordinate
|