MobileRT  1.0
A multi platform C++ CPU progressive Ray Tracer.
AABB.hpp File Reference
#include "MobileRT/Intersection.hpp"
#include "MobileRT/Material.hpp"
#include "MobileRT/Ray.hpp"
#include <glm/glm.hpp>
#include <vector>
Include dependency graph for AABB.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MobileRT::AABB
 

Namespaces

 MobileRT
 

Functions

AABB MobileRT::surroundingBox (const AABB &box1, const AABB &box2)