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