Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
namespace {
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
sample
Method · 0.70
readPoint
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected