transform_point


Description:

public void transform_point (double x, double y, double newx, double newy)

Transforms a point in 2D as specified by the transformation matrix.

Parameters:

this

The transformation matrix.

x

The source X coordinate.

y

The source Y coordinate.

newx

The transformed X coordinate.

newy

The transformed Y coordinate.