menu
oimo_physics package
documentation
shape/sphere_shape.dart
Sphere
intersectsPlane method
intersectsPlane method
dark_mode
light_mode
intersectsPlane
method
bool
intersectsPlane
(
Plane
plane
)
Implementation
bool intersectsPlane(Plane plane) { return plane.distanceToPoint(center).abs() <= radius; }
oimo_physics package
documentation
shape/sphere_shape
Sphere
intersectsPlane method
Sphere class