transform

fun transform(src: Rectangle2D): Rectangle2D

Transforms the source argument.

Return

the Rectangle2D to store the results in.

Parameters

src

the initial rectangle.


fun transform(src: Point2D): Point2D

Transforms the source argument.

Return

the Point2D to store the results in.

Parameters

src

the initial point.