#include <memory>
#include <type_traits>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtx/intersect.hpp>
#include "eng3d/primitive.hpp"
#include "eng3d/rectangle.hpp"
#include "eng3d/utils.hpp"
Go to the source code of this file.