reordored omath headers

This commit is contained in:
2025-10-03 13:51:53 +03:00
parent c10386f3f6
commit 1ef7833bd9
22 changed files with 30 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
//
// Created by Orange on 1/6/2025.
//
#include "omath/triangle.hpp"
#include "omath/linear_algebra/triangle.hpp"
#include "omath/linear_algebra/vector3.hpp"
#include <cmath> // For std::sqrt, std::isinf, std::isnan
#include <gtest/gtest.h>