menu
openworld package
documentation
three_dart/three3d/math/index.dart
Sphere
toJSON method
toJSON method
dark_mode
light_mode
toJSON
method
List
<
num
>
toJSON
(
)
Implementation
List<num> toJSON() { var _data = center.toJSON(); _data.add(radius); return _data; }
openworld package
documentation
three_dart/three3d/math/index
Sphere
toJSON method
Sphere class