menu
three_dart package
documentation
three3d/math/sphere.dart
Sphere
equals method
equals method
dark_mode
light_mode
equals
method
bool
equals
(
Sphere
sphere
)
Implementation
bool equals(Sphere sphere) { return sphere.center.equals(center) && (sphere.radius == radius); }
three_dart package
documentation
three3d/math/sphere
Sphere
equals method
Sphere class