Mercurial > MadButterfly
view include/mb.h @ 459:8b155b77fa14
Count positions an arc being for bounding box of the path.
- An arc is part of a circle/ellipse.
- We add positions of 4 corners into the list of points of the path.
- The position of 4 corners will be included in the bounding box of
the path.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Thu, 10 Sep 2009 22:21:51 +0800 |
parents | 530bb7728546 |
children | 00f6b36ec5d2 |
line wrap: on
line source
#ifndef __MB_H_ #define __MB_H_ #include "mb_types.h" #include "mb_redraw_man.h" #include "mb_X_supp.h" #include "mb_animate.h" #include "mb_shapes.h" #endif /* __MB_H_ */