| 321 | } |
| 322 | |
| 323 | void DrawLineBezier(::Vector2 endPos, float thick, ::Color color = {0, 0, 0, 255}) const { |
| 324 | ::DrawLineBezier(*this, endPos, thick, color); |
| 325 | } |
| 326 | |
| 327 | /** |
| 328 | * Draw a color-filled circle (Vector version) |
nothing calls this directly
no outgoing calls
no test coverage detected