MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / DrawLineDecal

Method DrawLineDecal

extensions/olcPGEX_TransformedView.h:672–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 1

DrawDecalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected