6 lines
281 B
Plaintext
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 |