toggle menu
doodle
0.10.3
common
switch theme
search in API
core
/
io.nacular.doodle.drawing
/
invoke
invoke
common
@
JvmName
(
name
=
"callPoint"
)
inline
fun
AffineTransform
.
invoke
(
points
:
List
<
Point
>
)
:
List
<
Vector3D
>
inline
fun
AffineTransform
.
invoke
(
points
:
List
<
Vector3D
>
)
:
List
<
Vector3D
>
@
JvmName
(
name
=
"callPoint"
)
inline
fun
AffineTransform2D
.
invoke
(
points
:
List
<
Point
>
)
:
List
<
Point
>
inline
fun
AffineTransform2D
.
invoke
(
points
:
List
<
Vector3D
>
)
:
List
<
Vector3D
>
Transforms the given points.
Return
a list of points transformed by this object
Parameters
points
that will be transformed
See also
Affine
Transform.
Companion.
invoke