openrndr
Toggle table of contents
0.4.5-dev.17.uncommitted+81afe70
common
Platform filter
common
Switch theme
Search in API
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
)