| 562 | olc::v_2d<T> end; |
| 563 | |
| 564 | inline line(const olc::v_2d<T>& s = { T(0), T(0) }, |
| 565 | const olc::v_2d<T>& e = { T(0), T(0) }) |
| 566 | : start(s), end(e) |
| 567 | { } |
| 568 | |
| 569 | // Get vector pointing from start to end |
| 570 | inline constexpr olc::v_2d<T> vector() const |
nothing calls this directly
no outgoing calls
no test coverage detected