| 645 | |
| 646 | |
| 647 | inline constexpr std::array<T, 2> a() const |
| 648 | { |
| 649 | return std::array<T, 2>{x, y}; |
| 650 | } |
| 651 | |
| 652 | // Returns rectangular area of vector |
| 653 | inline constexpr auto area() const |
nothing calls this directly
no outgoing calls
no test coverage detected