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
7
namespace
igl
8
{
13
template
<
typename
Scalar,
int
DIM>
14
IGL_INLINE
void
pad_box
(
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
igl_inline.h
IGL_INLINE
#define IGL_INLINE
Definition
igl_inline.h:15
igl
Definition
AABB.h:18
igl::pad_box
void pad_box(const Scalar pad, Eigen::AlignedBox< Scalar, DIM > &box)
Pads a box by a given amount.
include
igl
pad_box.h
Generated by
1.16.1