FooCAD
Toggle table of contents
3.0
jvm
Platform filter
jvm
Switch theme
Search in API
FooCAD
foocad-core
/
uk.co.nickthecoder.foocad.core
/
Shape2d
/
roundCorners
round
Corners
open
fun
roundCorners
(
corners
:
List
<
Int
>
,
radius
:
Double
)
:
Polygon
Similar to
roundCorner
, but rounds any number of corners.
open
fun
roundCorners
(
corners
:
List
<
Int
>
,
radius
:
Double
,
sides
:
Int
)
:
Polygon