Matrix moved.

This commit is contained in:
Zed A. Shaw 2026-02-27 11:43:14 -05:00
parent 5863920105
commit 0064664556
20 changed files with 22 additions and 22 deletions

View file

@ -1,6 +1,6 @@
#include <cstdint>
#include <print>
#include "matrix.hpp"
#include "algos/matrix.hpp"
#include "pixel.hpp"
using namespace amt;
@ -34,7 +34,7 @@ int main() {
std::println("{}", m);
{
auto ca = RGBA::from_hex(0x333333ff);
auto cb = RGBA::from_hex(0xaabbccff);