This commit is contained in:
2025-11-09 15:50:07 +03:00
parent 043b5c588d
commit 62d1a615ae

View File

@@ -58,7 +58,7 @@ namespace omath::collision
[[nodiscard]] [[nodiscard]]
constexpr bool handle(VectorType& direction) constexpr bool handle(VectorType& direction)
{ {
switch (m_points.size()) switch (size())
{ {
case 2: case 2:
return handle_line(direction); return handle_line(direction);