menu
three_dart package
documentation
three3d/math/box3.dart
Box3
toJSON method
toJSON method
dark_mode
light_mode
toJSON
method
List
toJSON
(
)
Implementation
List toJSON() { return [min.toJSON(), max.toJSON()]; }
three_dart package
documentation
three3d/math/box3
Box3
toJSON method
Box3 class