mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
added box
This commit is contained in:
@@ -18,6 +18,7 @@ add_executable(unit-tests
|
||||
general/unit_test_view_angles.cpp
|
||||
general/unit_test_angle.cpp
|
||||
general/unit_test_triangle.cpp
|
||||
general/unit_test_box_primitive.cpp
|
||||
|
||||
engines/unit_test_open_gl.cpp
|
||||
engines/unit_test_unity_engine.cpp
|
||||
|
||||
4
tests/general/unit_test_box_primitive.cpp
Normal file
4
tests/general/unit_test_box_primitive.cpp
Normal file
@@ -0,0 +1,4 @@
|
||||
//
|
||||
// Created by Vlad on 4/18/2025.
|
||||
//
|
||||
#include <omath/3d_primitives/box.hpp>
|
||||
Reference in New Issue
Block a user