MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / mapToView

Method mapToView

src/core/map_view.cpp:223–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223QPointF MapView::mapToView(const MapCoord& coords) const
224{
225 return map_to_view.map(MapCoordF(coords));
226}
227
228QPointF MapView::mapToView(const QPointF& coords) const
229{

Callers 1

mapToViewportMethod · 0.80

Calls 2

mapMethod · 0.80
MapCoordFClass · 0.70

Tested by

no test coverage detected