rebranding moment

This commit is contained in:
2024-07-09 19:29:22 +03:00
parent dd75dc45aa
commit f849d85f75
24 changed files with 105 additions and 70 deletions

View File

@@ -2,12 +2,12 @@
// Vector4.cpp
//
#include "uml/Vector4.h"
#include "omath/Vector4.h"
#include <algorithm>
#include <cmath>
namespace uml
namespace omath
{
bool Vector4::operator==(const Vector4& src) const
{