renamed method

This commit is contained in:
2024-10-21 05:31:04 -07:00
parent 68f583c936
commit 295cc35cf0
3 changed files with 3 additions and 3 deletions

View File

@@ -93,7 +93,7 @@ namespace omath
Matrix operator/(float f) const;
[[nodiscard]]
std::string ToSrtring() const;
std::string ToString() const;
~Matrix();