MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / scale_up

Method scale_up

src/DrawingProgram/Layers/DrawingProgramLayerManager.cpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void DrawingProgramLayerManager::scale_up(const WorldScalar& scaleUpAmount) {
43 layerTreeRoot->scale_up(scaleUpAmount);
44}
45
46void DrawingProgramLayerManager::write_components_server(cereal::PortableBinaryOutputArchive& a) {
47 layerTreeRoot.write_create_message(a);

Callers 3

scale_upMethod · 0.45
scale_upMethod · 0.45
scale_upMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected