MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / invalidRect

Function invalidRect

pj_plotting/core/src/PointSeriesXY.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17namespace {
18
19[[nodiscard]] QRectF invalidRect() {
20 return {1.0, 1.0, -2.0, -2.0};
21}
22
23[[nodiscard]] QPointF invalidPoint() {
24 return {0.0, std::numeric_limits<double>::quiet_NaN()};

Callers 3

PointSeriesXYMethod · 0.70
boundingRectMethod · 0.70
onDataClearedMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected