| 670 | } |
| 671 | |
| 672 | void TransformedView::DrawLineDecal(const olc::vf2d& pos1, const olc::vf2d& pos2, Pixel p) |
| 673 | { |
| 674 | pge->DrawLineDecal(WorldToScreen(pos1), WorldToScreen(pos2), p); |
| 675 | } |
| 676 | |
| 677 | void TransformedView::GradientFillRectDecal(const olc::vf2d & pos, const olc::vf2d & size, const olc::Pixel colTL, const olc::Pixel colBL, const olc::Pixel colBR, const olc::Pixel colTR) |
| 678 | { |