The small3d library
Tiny C++ 3D game development library for Win/MacOS/Linux/FreeBSD
Loading...
Searching...
No Matches
BoundingBoxSet.hpp File Reference

Bounding boxes for collision detection. More...

#include <memory>
#include "Logger.hpp"
#include <vector>
#include "Math.hpp"
#include "Model.hpp"

Go to the source code of this file.

Classes

class  small3d::BoundingBoxSet
 Set of bounding boxes for a SceneObject, calculated based on the vertices of a Model. More...
 
struct  small3d::BoundingBoxSet::extremes
 Structure to hold the coordinates of the extremes of each box. More...
 

Namespaces

namespace  small3d
 

Detailed Description

Bounding boxes for collision detection.

Created on: 2014/10/19 Author: Dimitri Kourkoulis License: BSD 3-Clause License (see LICENSE file)