Pathfinder
Namespaces | Functions
AABB.cpp File Reference

This file implements all functionality declared in AABB.h. More...

#include <iostream>
#include <memory>
#include <chrono>
#include <spdlog/spdlog.h>
#include <spdlog/sinks/basic_file_sink.h>
#include <spdlog/stopwatch.h>
#include <spdlog/fmt/chrono.h>
#include "AABB.h"
#include "Using.h"
Include dependency graph for AABB.cpp:

Namespaces

 Pathfinder
 

Functions

bool Pathfinder::AABBintersection (const AABB &a, const AABB &b)
 Check if two AABBs intersect. More...
 

Detailed Description

This file implements all functionality declared in AABB.h.

Author
Jan-Luca Hansel