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

Method Draw

extensions/olcPGEX_TransformedView.h:404–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402 }
403
404 bool TransformedView::Draw(float x, float y, olc::Pixel p)
405 {
406 return Draw({ x, y }, p);
407 }
408
409 bool TransformedView::Draw(const olc::vf2d & pos, olc::Pixel p)
410 {

Callers 2

DrawSpriteMethod · 0.45
DrawPartialSpriteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected