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