Module raylib::core::collision[][src]

Expand description

Common collision handling code

Functions

Checks collision between two circles.

Check the collision between two lines defined by two points each, returns collision point by reference

Checks if point is inside circle.

Checks if point is inside a triangle.

Detects collision between ray and sphere.

Detects collision between ray and sphere, and returns the collision point.

Detects collision between two spheres.

Gets collision info between ray and ground plane (Y-normal plane).

Gets collision info between ray and model.

Gets collision info between ray and triangle.