firstOrderDerivativePoints property

List<Vector2> firstOrderDerivativePoints

Derivative points for the first order.

Implementation

List<Vector2> get firstOrderDerivativePoints =>
    computeDerivativePoints(points);