libigl v2.5.0
Loading...
Searching...
No Matches
pad_box.h
Go to the documentation of this file.
1#ifndef IGL_PAD_BOX_H
2#define IGL_PAD_BOX_H
3
4#include <Eigen/Geometry>
5#include "igl_inline.h"
6
7namespace igl
8{
13 template <typename Scalar, int DIM>
15 const Scalar pad,
16 Eigen::AlignedBox<Scalar,DIM> & box);
17}
18
19#ifndef IGL_STATIC_LIBRARY
20# include "pad_box.cpp"
21#endif
22
23#endif
#define IGL_INLINE
Definition igl_inline.h:15
Definition AABB.h:18
void pad_box(const Scalar pad, Eigen::AlignedBox< Scalar, DIM > &box)
Pads a box by a given amount.