Warning! You are being recorded (and transcribed).
Approximate overview
Academic/Scholarly
Cultural
Peer
Wellness
Misc
Syntax
(curve source source-angle source-pull
target target-angle target-pull
color pen-size
[optinal-description])
> (curve (pt 0 50) 0 1 (pt 100 50) 90 1 "blue" 5)
.
> (curve (pt 0 50) 0 1 (pt 100 50) 90 3 "blue" 5)
.
> (curve (pt 0 50) 0 5 (pt 100 50) 90 1 "blue" 5)
.
> (curve (pt 0 50) 90 1 (pt 100 50) 90 1 "blue" 5)
.
> (curve (pt 0 50) 90 1 (pt 100 50) 90 1 "red" 50)
.
> (curve (pt 0 50) -90 1 (pt 100 50) 90 1 "red" 5)
.
> (curve (pt 100 50) 90 1 (pt 0 50) -90 1 "red" 5)
.
> (overlay/align "left" "top"
(curve (pt 0 50) -90 1 (pt 100 50) 90 1 "red" 5)
(curve (pt 100 50) -90 1 (pt 200 50) 90 1 "red" 5))
.
> (describe-image (curve (pt 100 50) 90 1 (pt 0 50) -90 1 "red" 5))
"a curved line connecting (100,50) to (0,50)"
> (describe-image (curve (pt 100 50) 90 1 (pt 0 50) -90 1 "red" 5 "the most awesome curve ever created"))
"the most awesome curve ever created"