CheckCollisionBoxSphere method

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

Check collision between box and sphere

Implementation

bool CheckCollisionBoxSphere(BoundingBoxC box, Vector3C center, double radius)
  => _CheckCollisionBoxSphere(box, center, radius);