menu
three_dart package
documentation
three3d/math/box3.dart
Box3
copy method
copy method
dark_mode
light_mode
copy
method
Box3
copy
(
Box3
box
)
Implementation
Box3 copy(Box3 box) { min.copy(box.min); max.copy(box.max); return this; }
three_dart package
documentation
three3d/math/box3
Box3
copy method
Box3 class