korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-math
/
korlibs.math.geom.shape
/
Shape2D
/
intersectionsWith
intersections
With
open
fun
intersectionsWith
(
that
:
Shape2D
)
:
PointList
open
fun
intersectionsWith
(
ml
:
Matrix
,
that
:
Shape2D
,
mr
:
Matrix
)
:
PointList
ml
transformation matrix of this
Shape2D
,
mr
transformation matrix of the shape
that