BWAPI
|
#include <cstdio>
#include <CGAL/Simple_cartesian.h>
#include <CGAL/IO/pixmaps/hand.xpm>
#include <CGAL/IO/pixmaps/holddown.xpm>
#include <CGAL/IO/Qt_widget.h>
#include <CGAL/IO/Qt_widget_layer.h>
#include <qrect.h>
#include <qcursor.h>
Go to the source code of this file.
Classes | |
class | CGAL::Qt_widget_rotation_layer |
Namespaces | |
namespace | CGAL |
Typedefs | |
typedef CGAL::Simple_cartesian < double > | SCD |
typedef CGAL::Point_2< SCD > | Point |
typedef CGAL::Vector_2< SCD > | Vector |
typedef CGAL::Direction_2< SCD > | Direction |
typedef CGAL::Aff_transformation_2 < SCD > | Transformation |
typedef CGAL::Simple_cartesian<double> SCD |
typedef CGAL::Aff_transformation_2<SCD> Transformation |