| 302 | |
| 303 | inline void setLineA(const LineRef& line) { lineA = line; } |
| 304 | inline void setLineB(const LineRef& line) { lineB = line; } |
| 305 | inline void setLineC(const LineRef& line) { lineC = line; } |
| 306 | |
| 307 | [[nodiscard]] inline bool isEqualAB() const { return bAEqB; } |
no outgoing calls