| 412 | } |
| 413 | |
| 414 | void TransformedView::DrawLine(float x1, float y1, float x2, float y2, olc::Pixel p, uint32_t pattern) |
| 415 | { |
| 416 | DrawLine({ x1, y1 }, { x2, y2 }, p, pattern); |
| 417 | } |
| 418 | |
| 419 | void TransformedView::DrawLine(const olc::vf2d & pos1, const olc::vf2d & pos2, olc::Pixel p, uint32_t pattern) |
| 420 | { |
no outgoing calls
no test coverage detected