invoke

abstract operator fun invoke(vararg points: Point): List<Point>

Transforms the given points.

Return

a list of points transformed by this object

Parameters

points

that will be transformed

See also