toCubic abstract method

CubicSegment toCubic(
  1. Offset start
)

Converts this segment to a CubicSegment.

This method is used for morphing.

The algrithoms are from https://github.com/thednp/svg-path-commander 2.0.2

Implementation

CubicSegment toCubic(Offset start);