openrndr
Toggle table of contents
0.5.0-dev.24+01d4f82
common
Target filter
common
Switch theme
Search in API
Skip to content
openrndr
openrndr-shape
/
org.openrndr.shape
/
ContourBuilder
/
continueTo
continue
To
fun
continueTo
(
end
:
Vector2
,
tangentScale
:
Double
=
1.0
)
(
source
)
fun
continueTo
(
x
:
Double
,
y
:
Double
,
tangentScale
:
Double
=
1.0
)
(
source
)
fun
continueTo
(
control
:
Vector2
,
end
:
Vector2
,
tangentScale
:
Double
=
1.0
)
(
source
)
fun
continueTo
(
cx
:
Double
,
cy
:
Double
,
x
:
Double
,
y
:
Double
,
tangentScale
:
Double
=
1.0
)
(
source
)