menu
three_dart package
documentation
three3d/math/box3.dart
Box3
set method
set method
dark_mode
light_mode
set
method
Box3
set
(
Vector3
min
,
Vector3
max
)
Implementation
Box3 set(Vector3 min, Vector3 max) { this.min.copy(min); this.max.copy(max); return this; }
three_dart package
documentation
three3d/math/box3
Box3
set method
Box3 class