menu
openworld package
documentation
three_dart/three3d/math/index.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; }
openworld package
documentation
three_dart/three3d/math/index
Line3
copy method
Line3 class