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