MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / RoundAxisValue

Function RoundAxisValue

Source/3rdParty/implot/implot.cpp:1633–1635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1631}
1632
1633static inline double RoundAxisValue(const ImPlotAxis& axis, double value) {
1634 return RoundTo(value, AxisPrecision(axis));
1635}
1636
1637void LabelAxisValue(const ImPlotAxis& axis, double value, char* buff, int size, bool round) {
1638 ImPlotContext& gp = *GImPlot;

Callers 1

LabelAxisValueFunction · 0.85

Calls 2

RoundToFunction · 0.85
AxisPrecisionFunction · 0.85

Tested by

no test coverage detected