ParametricCurve
Parametric curve with two components (x and y). These curves are reparameterized from an internal parameter (t) to the arc length parameter (s). Note that the arc length reparameterization is lazy, meaning that it is computed only when needed. To precompute, use reparameterize.
Inheritors
Types
Automatically reparameterizes this curve by computing many small samples. This is computationally expensive and should be avoided unless no faster way is available.
Functions
Returns the end second derivative.
Returns the end third derivative.
If this curve can not trivially be reparameterized to an arc length parameter, it should be done here.
Returns the second derivative s units along the curve.
Returns the start vector.
Returns the start second derivative.
Returns the start third derivative.
Returns the angle of the tangent line s units along the curve.
Returns the derivative of the tangent angle s units along the curve.
Returns the second derivative of the tangent angle s units along the curve.
Returns the third derivative s units along the curve.