added collider interface

This commit is contained in:
2025-12-06 13:34:34 +03:00
parent 67ccaedb33
commit 70c64f765b
9 changed files with 118 additions and 43 deletions

View File

@@ -46,7 +46,7 @@ namespace omath
}
[[nodiscard]]
constexpr static MatStoreType get_store_ordering() noexcept
consteval static MatStoreType get_store_ordering() noexcept
{
return StoreType;
}