| 292 | } |
| 293 | |
| 294 | void MeshCanvasComponent::initialize_draw_data(DrawingProgram& drawP) { |
| 295 | } |
| 296 | |
| 297 | bool MeshCanvasComponent::collides_within_coords_point(const Vector2f& checkAgainst) const { |
| 298 | bool intersectsAABB = d.meshPath.getBounds().contains(checkAgainst.x(), checkAgainst.y()); |
no outgoing calls
no test coverage detected