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

Function invalidPoint

pj_plotting/core/src/DatastoreCurveAdapter.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

sampleMethod · 0.70
readPointMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected