| 1561 | // getters: |
| 1562 | EndingStyle style() const { return mStyle; } |
| 1563 | double width() const { return mWidth; } |
| 1564 | double length() const { return mLength; } |
| 1565 | bool inverted() const { return mInverted; } |
| 1566 |
no outgoing calls
no test coverage detected