MCPcopy Create free account
hub / github.com/SFML/SFML / mapCoordsToPixel

Method mapCoordsToPixel

src/SFML/Graphics/RenderTarget.cpp:321–324  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

319
320////////////////////////////////////////////////////////////
321Vector2i RenderTarget::mapCoordsToPixel(Vector2f point) const
322{
323 return mapCoordsToPixel(point, getView());
324}
325
326
327////////////////////////////////////////////////////////////

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected