This commit is contained in:
2025-12-10 15:19:13 -06:00
parent 19880c6826
commit f6977b8864
76 changed files with 6240 additions and 15 deletions

View File

@@ -0,0 +1,9 @@
# spline
### catmull() <sub>function</sub>
Perform Catmull-Rom spline sampling on an array of 2D points, returning an array of samples.
### bezier() <sub>function</sub>
Perform a Bezier spline (or catmull) sampling on 2D points, returning an array of sampled points.