14 #ifndef _BOUNDINGBOX_H_
15 #define _BOUNDINGBOX_H_
26 gsBoundingBox(
const gsVector3d<T>& pMin,
const gsVector3d<T>& pMax) {
31 gsVector3d<T> pMin, pMax;
34 T getMaxSize()
const {
return (pMax-pMin).maxCoeff();};
This is the main header file that collects wrappers of Eigen for linear algebra.