openrndr
Toggle table of contents
0.4.5-dev.17.uncommitted+81afe70
common
Platform filter
common
Switch theme
Search in API
openrndr
openrndr-kartifex
/
org.openrndr.kartifex.utils
/
Intersections
/
convexHull
convex
Hull
fun
convexHull
(
a
:
Vec2
,
b
:
Vec2
,
c
:
Bezier2.QuadraticBezier2
)
:
Array
<
Vec2
>
(
source
)
fun
convexHull
(
a
:
Vec2
,
b
:
Vec2
,
c
:
Bezier2.CubicBezier2
)
:
Array
<
Vec2
>
(
source
)
fun
convexHull
(
a
:
Vec2
,
b
:
Vec2
,
c
:
Curve2
)
:
Array
<
Vec2
>
(
source
)