CheckCollisionBoxSphere function
Implementation
bool CheckCollisionBoxSphere(
BoundingBoxC box,
Vector3C center,
double radius,
) => _module.CheckCollisionBoxSphere(box, center, radius);
bool CheckCollisionBoxSphere(
BoundingBoxC box,
Vector3C center,
double radius,
) => _module.CheckCollisionBoxSphere(box, center, radius);