| 66 | inline bool HasRealPart() const { return m_type != Type::FakeWithoutRealPart; } |
| 67 | |
| 68 | inline m2::PointD GetDirection() const { return GetEndJunction().GetPoint() - GetStartJunction().GetPoint(); } |
| 69 | |
| 70 | Type GetType() const { return m_type; } |
| 71 |
no test coverage detected