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