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

@@ -213,7 +213,7 @@ namespace omath
return out;
}
std::string Matrix::ToSrtring() const
std::string Matrix::ToString() const
{
std::string str;