mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-12 22:53:27 +00:00
added files
This commit is contained in:
11
tests/general/unit_test_primitive_box.cpp
Normal file
11
tests/general/unit_test_primitive_box.cpp
Normal 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);
|
||||
}
|
||||
Reference in New Issue
Block a user