menu
thermion_dart package
documentation
thermion_dart.dart
Sphere
Sphere.new constructor
Sphere.new constructor
dark_mode
light_mode
Sphere
constructor
Sphere
(
)
Create a new, uninitialized sphere.
Implementation
Sphere() : _center = Vector3.zero(), radius = 0.0;
thermion_dart package
documentation
thermion_dart
Sphere
Sphere.new constructor
Sphere class