summaryrefslogtreecommitdiff
path: root/src/linalg.h
blob: 60a706f245aaa27256e96efbec0559d0d74b9f49 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef LINALG_H_
#define LINALG_H_

#include <Eigen/Core>
#include <Eigen/Geometry>

using Eigen::Vector3d;
typedef Eigen::AlignedBox<double, 3> BoundingBox;

#endif
contact: Jan Huwald // Impressum