added files

This commit is contained in:
2026-01-26 15:43:39 +03:00
parent 47d82fe083
commit 9bd42d9c8c
4 changed files with 72 additions and 53 deletions

View File

@@ -0,0 +1,11 @@
//
// Created by Vladislav on 11.01.2026.
//
#include "omath/3d_primitives/box.hpp"
#include <gtest/gtest.h>
TEST(test, test)
{
auto result = omath::primitives::create_box({0.f, 30.f, 0.f}, {}, omath::opengl_engine::k_abs_forward,
omath::opengl_engine::k_abs_right);
}