CDT
1.4.1
C++ library for constrained Delaunay triangulation
|
2D bounding box More...
#include <CDTUtils.h>
Public Member Functions | |
void | envelopPoint (const V2d< T > &p) |
Envelop box around a point. | |
void | envelopPoint (const T x, const T y) |
Envelop box around a point with given coordinates. | |
Public Attributes | |
V2d< T > | min |
min box corner | |
V2d< T > | max |
max box corner | |
2D bounding box
Definition at line 161 of file CDTUtils.h.
|
inline |
Envelop box around a point with given coordinates.
Definition at line 172 of file CDTUtils.h.
|
inline |
Envelop box around a point.
Definition at line 167 of file CDTUtils.h.
V2d<T> CDT::Box2d< T >::max |
max box corner
Definition at line 164 of file CDTUtils.h.
V2d<T> CDT::Box2d< T >::min |
min box corner
Definition at line 163 of file CDTUtils.h.