menu
oimo_physics package
documentation
math/plane.dart
PlaneUtil
distanceToSphere method
distanceToSphere method
dark_mode
light_mode
distanceToSphere
method
double
distanceToSphere
(
Sphere
sphere
)
Implementation
double distanceToSphere(Sphere sphere) { return distanceToPoint(sphere.position) - sphere.radius; }
oimo_physics package
documentation
math/plane
PlaneUtil
distanceToSphere method
PlaneUtil extension on Plane