mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
rebranding moment
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user