menu
three_dart package
documentation
three3d/math/sphere.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; }
three_dart package
documentation
three3d/math/sphere
Sphere
toJSON method
Sphere class