Fixed windows errors
Some checks failed
Run ReCI Build Test / Explore-Gitea-Actions (push) Failing after 1m33s
Build Docs With Doxygen / Explore-Gitea-Actions (push) Successful in 24s

This commit is contained in:
2024-08-07 23:25:16 -04:00
parent 7bb94f9897
commit 94a3164930
2 changed files with 4 additions and 1 deletions

View File

@@ -13,6 +13,8 @@
#include <J3ML/Geometry/AABB.hpp>
#include <J3ML/Geometry/LineSegment.hpp>
#include <J3ML/Geometry/Sphere.hpp>
void AABBTests()
@@ -88,4 +90,4 @@ void AABBTests()
TEST("AABB::IsDegenerate", []{ /* TODO: Implement Test Stub */ });
TEST("AABB::Volume", []{ /* TODO: Implement Test Stub */ });
}
}

View File

@@ -15,6 +15,7 @@
#include <J3ML/Geometry/Frustum.hpp>
#include <J3ML/Geometry/PBVolume.hpp>
#include <J3ML/Geometry/Ray.hpp>
Frustum GenIdFrustum(FrustumType t, FrustumHandedness h, FrustumProjectiveSpace p) {