clone method
Creates a clone of this instance.
Implementation
@override
CatmullRomCurve3 clone() {
return CatmullRomCurve3().copy(this);
}
Creates a clone of this instance.
@override
CatmullRomCurve3 clone() {
return CatmullRomCurve3().copy(this);
}