#include "main.h"
#include <Eigen/Geometry>
#include <Eigen/LU>
#include <Eigen/QR>
#include <iostream>
Go to the source code of this file.
Functions | |
template<typename BoxType > | |
void | alignedbox (const BoxType &_box) |
template<typename BoxType > | |
void | alignedboxCastTests (const BoxType &_box) |
void | specificTest1 () |
void | specificTest2 () |
void | test_geo_alignedbox () |
void alignedbox | ( | const BoxType & | _box | ) |
Definition at line 33 of file geo_alignedbox.cpp.
void alignedboxCastTests | ( | const BoxType & | _box | ) |
Definition at line 84 of file geo_alignedbox.cpp.
void specificTest1 | ( | ) |
Definition at line 111 of file geo_alignedbox.cpp.
void specificTest2 | ( | ) |
Definition at line 138 of file geo_alignedbox.cpp.
void test_geo_alignedbox | ( | ) |
Definition at line 164 of file geo_alignedbox.cpp.