MCPcopy Create free account
hub / github.com/cutechess/cutechess / QCPVector2D

Method QCPVector2D

projects/gui/3rdparty/qcustomplot/qcustomplot.cpp:118–122  ·  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

116 Creates a QCPVector2D object and initializes the x and y coordinates to 0.
117*/
118QCPVector2D::QCPVector2D() :
119 mX(0),
120 mY(0)
121{
122}
123
124/*!
125 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