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
/
moveOrCurveTo
move
Or
Curve
To
fun
moveOrCurveTo
(
control
:
Vector2
,
position
:
Vector2
)
(
source
)
fun
moveOrCurveTo
(
cx
:
Double
,
cy
:
Double
,
x
:
Double
,
y
:
Double
)
(
source
)
fun
moveOrCurveTo
(
control0
:
Vector2
,
control1
:
Vector2
,
position
:
Vector2
)
(
source
)
fun
moveOrCurveTo
(
c0x
:
Double
,
c0y
:
Double
,
c1x
:
Double
,
c1y
:
Double
,
x
:
Double
,
y
:
Double
)
(
source
)