menu
three_dart package
documentation
three3d/extras/curves/catmull_rom_curve3.dart
CatmullRomCurve3
clone method
clone method
dark_mode
light_mode
clone
method
@
override
dynamic
clone
(
)
override
Implementation
@override clone() { return CatmullRomCurve3().copy(this); }
three_dart package
documentation
three3d/extras/curves/catmull_rom_curve3
CatmullRomCurve3
clone method
CatmullRomCurve3 class