CheckCollisionBoxSphere function

bool CheckCollisionBoxSphere(
  1. BoundingBoxD box,
  2. Vector3D center,
  3. double radius
)

See RaylibCoreFlatModule.CheckCollisionBoxSphere.

Implementation

bool CheckCollisionBoxSphere(
  BoundingBoxD box,
  Vector3D center,
  double radius,
) => _module.CheckCollisionBoxSphere(box, center, radius);