! Creates a QCPVector2D object and initializes the x and y coordinates to 0. */
| 116 | Creates a QCPVector2D object and initializes the x and y coordinates to 0. |
| 117 | */ |
| 118 | QCPVector2D::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 |
nothing calls this directly
no outgoing calls
no test coverage detected