Files
prosperon/spline.cm
2025-11-22 09:43:51 -06:00

6 lines
281 B
Plaintext

var spline = this
spline.catmull[cell.DOC] = "Perform Catmull-Rom spline sampling on an array of 2D points, returning an array of samples."
spline.bezier[cell.DOC] = "Perform a Bezier spline (or catmull) sampling on 2D points, returning an array of sampled points."
return spline