MCPcopy Create free account
hub / github.com/BehaviorTree/Groot / scaleDown

Method scaleDown

QtNodeEditor/src/FlowView.cpp:239–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237
238
239void
240FlowView::
241scaleDown()
242{
243 double const step = 1.1;
244 double const factor = std::pow(step, -1.0);
245
246 scale(factor, factor);
247}
248
249
250void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected