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