* Draw a bounding box with wires */
| 46 | * Draw a bounding box with wires |
| 47 | */ |
| 48 | void Draw(::Color color = {255, 255, 255, 255}) const { ::DrawBoundingBox(*this, color); } |
| 49 | |
| 50 | /** |
| 51 | * Detect collision between two boxes |
nothing calls this directly
no outgoing calls
no test coverage detected