Returns a curve generator which renders to the specified context.
A rendering context
Returns a cardinal curve factory with the specified tension in the range [0, 1]. The tension determines the length of the tangents: a tension of one yields all zero tangents, equivalent to curveLinear; a tension of zero produces a uniform Catmull–Rom spline.
A constant in the [0, 1] interval.
Generated using TypeDoc
A curve factory for cubic cardinal spline generators.