TM2IN  0.5.1
geometry.h
Go to the documentation of this file.
1 //
2 // Created by dongmin on 18. 7. 23.
3 //
4 
5 #ifndef TM2IN_GEOMETRY_H
6 #define TM2IN_GEOMETRY_H
7 
9 
10 namespace TM2IN {
11  namespace detail {
12  namespace cgal {
17  bool has_bbox_intersect(IndoorComponent *s1, IndoorComponent *s2);
18  }
19  }
20 }
21 
22 #endif //TM2IN_GEOMETRY_H
Definition: collinear.cpp:10
bool has_bbox_intersect(IndoorComponent *s1, IndoorComponent *s2)
Chekcs Bbox_3 intersects.
Definition: geometry.cpp:11