invoke

@JvmName(name = "callPoint")
inline fun AffineTransform.invoke(points: List<Point>): List<Vector3D>
@JvmName(name = "callPoint")
inline fun AffineTransform2D.invoke(points: List<Point>): List<Point>

Transforms the given points.

Return

a list of points transformed by this object

Parameters

points

that will be transformed

See also