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

Method scaleAllObjects

src/core/map.cpp:2306–2309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2304
2305
2306void Map::scaleAllObjects(double factor, const MapCoord& scaling_center)
2307{
2308 applyOnAllObjects(ObjectOp::Scale{factor, MapCoordF{scaling_center}});
2309}
2310
2311void Map::rotateAllObjects(double rotation, const MapCoord& center)
2312{

Callers 1

scaleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected