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