rebranding moment

This commit is contained in:
2024-07-09 19:29:22 +03:00
parent 528b8a0ca9
commit 13e7adc8f6
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
{