menu
three_dart package
documentation
three3d/math/line3.dart
Line3
copy method
copy method
dark_mode
light_mode
copy
method
Line3
copy
(
Line3
line
)
Implementation
Line3 copy(Line3 line) { start.copy(line.start); end.copy(line.end); return this; }
three_dart package
documentation
three3d/math/line3
Line3
copy method
Line3 class