menu
three_dart package
documentation
three3d/math/box2.dart
Box2
equals method
equals method
dark_mode
light_mode
equals
method
bool
equals
(
Box2
box
)
Implementation
bool equals(Box2 box) { return box.min.equals(min) && box.max.equals(max); }
three_dart package
documentation
three3d/math/box2
Box2
equals method
Box2 class