MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / updateGeometry

Method updateGeometry

3rdparty/qcustomplot/qcustomplot.cpp:32296–32301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32294}
32295
32296void QCPPolarAxisRadial::updateGeometry(const QPointF &center, double radius)
32297{
32298 mCenter = center;
32299 mRadius = radius;
32300 if (mRadius < 1) mRadius = 1;
32301}
32302
32303/*! \internal
32304

Callers 2

updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected