KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
d_bbox.h
Go to the documentation of this file.
1 /* =========================================================================== *
2  |
3  | Copyright (c) 1994-2011 by Kobus Barnard (author)
4  |
5  | Personal and educational use of this code is granted, provided that this
6  | header is kept intact, and that the authorship is not misrepresented, that
7  | its use is acknowledged in publications, and relevant papers are cited.
8  |
9  | For other use contact the author (kobus AT cs DOT arizona DOT edu).
10  |
11  | Please note that the code in this file has not necessarily been adequately
12  | tested. Naturally, there is no guarantee of performance, support, or fitness
13  | for any particular task. Nonetheless, I am interested in hearing about
14  | problems that you encounter.
15  |
16  | Author: Kyle Simek, Jinyan Guan
17  * =========================================================================== */
18 
19 /* $Id: d_bbox.h 15862 2013-10-23 17:20:23Z jguan1 $ */
20 
21 #ifndef D_BBOX_H
22 #define D_BBOX_H
23 
25 
26 namespace kjb
27 {
28  // Useful typdefs
30 }
31 #endif
Class that represents an axis-aligned 2D rectangle. It is defined in terms of its (2D) center...
Definition: gr_2D_bounding_box.h:51
Axis_aligned_rectangle_2d Bbox
Definition: d_bbox.h:29
Class representing an axis-aligned, 2D rectangle.