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

Method QCPVector2D

qcustomplot/qcustomplot.cpp:111–115  ·  view source on GitHub ↗

! Creates a QCPVector2D object and initializes the x and y coordinates to 0. */

Source from the content-addressed store, hash-verified

109 Creates a QCPVector2D object and initializes the x and y coordinates to 0.
110*/
111QCPVector2D::QCPVector2D() :
112 mX(0),
113 mY(0)
114{
115}
116
117/*!
118 Creates a QCPVector2D object and initializes the \a x and \a y coordinates with the specified

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected