menu
openworld package
documentation
three_dart/three3d/math/index.dart
Box2
set method
set method
dark_mode
light_mode
set
method
Box2
set
(
Vector2
min
,
Vector2
max
)
Implementation
Box2 set(Vector2 min, Vector2 max) { this.min.copy(min); this.max.copy(max); return this; }
openworld package
documentation
three_dart/three3d/math/index
Box2
set method
Box2 class