Morph constructor
Morph(
- RoundedPolygon _start,
- RoundedPolygon _end
Implementation
Morph(this._start, this._end) : _morphMatch = match(_start, _end);
Morph(this._start, this._end) : _morphMatch = match(_start, _end);