CheckCollisionBoxSphere method
Implementation
bool CheckCollisionBoxSphere(
BoundingBoxC box,
Vector3C center,
double radius,
) {
return _CheckCollisionBoxSphere(box, center, radius);
}
bool CheckCollisionBoxSphere(
BoundingBoxC box,
Vector3C center,
double radius,
) {
return _CheckCollisionBoxSphere(box, center, radius);
}