clone method

  1. @override
dynamic clone()

Implementation

@override
clone() {
  return CatmullRomCurve3().copy(this);
}