menu
three_dart package
documentation
three3d/math/box2.dart
Box2
makeEmpty method
makeEmpty method
dark_mode
light_mode
makeEmpty
method
Box2
makeEmpty
(
)
Implementation
Box2 makeEmpty() { min.x = min.y = infinity; max.x = max.y = -infinity; return this; }
three_dart package
documentation
three3d/math/box2
Box2
makeEmpty method
Box2 class