MCPcopy Create free account
hub / github.com/ZhuYanzhen1/miniFOC / updateGeometry

Method updateGeometry

tools/qcustomplot.cpp:32263–32268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32261}
32262
32263void QCPPolarAxisRadial::updateGeometry(const QPointF &center, double radius)
32264{
32265 mCenter = center;
32266 mRadius = radius;
32267 if (mRadius < 1) mRadius = 1;
32268}
32269
32270/*! \internal
32271

Callers 2

updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected