Project: create cubic path with explicit handles
Add a cubic running path using exact endpoints and control handles
Dither form
; Add a cubic running path using exact endpoints and control handles
(project/create/cubic-path {:start nil :control1 nil :control2 nil :end nil})
Inputs
| Input | Kind | Required | Default |
|---|---|---|---|
start | length-points | yes | — |
control1 | length-points | yes | — |
control2 | length-points | yes | — |
end | length-points | yes | — |
Behavior
- Finishes as a bounded immediate action.
- No undo transaction