menu
three_dart package
documentation
three3d/extras/core/path.dart
Path
copy method
copy method
dark_mode
light_mode
copy
method
@
override
dynamic
copy
(
dynamic
source
)
override
Implementation
@override copy(source) { super.copy(source); currentPoint.copy(source.currentPoint); return this; }
three_dart package
documentation
three3d/extras/core/path
Path
copy method
Path class