menu
openworld package
documentation
three_dart/three3d/math/index.dart
Sphere
copy method
copy method
dark_mode
light_mode
copy
method
Sphere
copy
(
Sphere
sphere
)
Implementation
Sphere copy(Sphere sphere) { center.copy(sphere.center); radius = sphere.radius; return this; }
openworld package
documentation
three_dart/three3d/math/index
Sphere
copy method
Sphere class