cf_collided¶
Category: collision
GitHub: cute_math.h
Returns true if two shapes collided.
| Parameters | Description |
|---|---|
A |
The first shape. |
typeA |
The CF_ShapeType of the first shape A. |
B |
The second shape. |
typeB |
The CF_ShapeType of the second shape B. |