CheckCollisionBoxSphere method

bool CheckCollisionBoxSphere(
  1. BoundingBoxC box,
  2. Vector3C center,
  3. double radius
)

Implementation

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