Pathfinder
|
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"
Namespaces | |
Pathfinder | |
Functions | |
bool | Pathfinder::AABBintersection (const AABB &a, const AABB &b) |
Check if two AABBs intersect. More... | |
This file implements all functionality declared in AABB.h.