menu
openworld package
documentation
three_dart/three3d/math/index.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); }
openworld package
documentation
three_dart/three3d/math/index
Sphere
equals method
Sphere class