MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / isNull

Function isNull

qcustomplot/qcustomplot.h:411–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409 QPointF toPointF() const { return QPointF(mX, mY); }
410
411 bool isNull() const { return qIsNull(mX) && qIsNull(mY); }
412 void normalize();
413 QCPVector2D normalized() const;
414 QCPVector2D perpendicular() const { return QCPVector2D(-mY, mX); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected