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