gramods
Geometry.impl.hh
1 
2 #include <gmGraphics/Geometry.hh>
3 
4 BEGIN_NAMESPACE_GMGRAPHICS;
5 
6 struct Geometry::Impl {
7 
8  bool inside = false;
9 
10 };
11 
12 END_NAMESPACE_GMGRAPHICS;
Definition: Geometry.impl.hh:6