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