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 @@
// Created by vlad on 2/4/24.
//
#include "uml/color.h"
#include "omath/color.h"
#include <algorithm>
#include <cmath>
namespace uml::color
namespace omath::color
{
Vector3 Blend(const Vector3 &first, const Vector3 &second, float ratio)
{