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