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