| 119 | } |
| 120 | |
| 121 | void DrawLineBezier(::Vector2 startPos, ::Vector2 endPos, float thick = 1.0f) const { |
| 122 | ::DrawLineBezier(startPos, endPos, thick, *this); |
| 123 | } |
| 124 | |
| 125 | void DrawLineStrip(::Vector2* points, int numPoints) const { ::DrawLineStrip(points, numPoints, *this); } |
| 126 |
nothing calls this directly
no outgoing calls
no test coverage detected