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