Get the Y location of the instance \return The Y coordinate
| 53 | /// Get the Y location of the instance |
| 54 | /// \return The Y coordinate |
| 55 | float y() const { return mY; } |
| 56 | /// Set the X location of the instance |
| 57 | /// \param newX The new X coordinate |
| 58 | void setX(float newX) { mX = newX; } |
no outgoing calls
no test coverage detected