Get vector pointing from start to end
| 568 | |
| 569 | // Get vector pointing from start to end |
| 570 | inline constexpr olc::v_2d<T> vector() const |
| 571 | { |
| 572 | return (end - start); |
| 573 | } |
| 574 | |
| 575 | // Get length of line |
| 576 | inline constexpr T length() |
no outgoing calls
no test coverage detected