|
wxArt2D
|
#include "a2dprec.h"#include "wx/wx.h"#include <wx/wfstream.h>#include <math.h>#include "wx/canvas/eval.h"#include "wx/curves/meta.h"#include "wx/canvas/canobj.h"#include "wx/canvas/drawer.h"#include "wx/canvas/canvas.h"#include "wx/canvas/edit.h"
Go to the source code of this file.
Macros | |
| #define | BBOX2XYWH(bbox) (bbox).GetMinX(), (bbox).GetMinY(), (bbox).GetWidth(), (bbox).GetHeight() |
| expand a2dBoundingBox to x,y,w,h | |