|
mf
Media Framework
|
#include <cmath>#include <cassert>#include <ostream>#include "bounding_box.h"#include "../utility/string.h"Namespaces | |
| mf | |
Functions | |
| float | mf::minimal_distance_sq (const bounding_box &a, const bounding_box &b) |
| float | mf::maximal_distance_sq (const bounding_box &a, const bounding_box &b) |
| float | mf::minimal_distance_sq (const Eigen::Vector3f &p, const bounding_box &b) |
| float | mf::maximal_distance_sq (const Eigen::Vector3f &p, const bounding_box &b) |
| std::ostream & | mf::operator<< (std::ostream &str, const bounding_box &c) |
1.8.6