author | Francesco Abbate <francesco.bbt@gmail.com> | 2009年11月18日 19:31:25 +0000 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2009年11月18日 19:31:25 +0000 |
commit | b2d5b7d64100164e40e3141094736f2ac010a69f (patch) | |
tree | 41ac9a78eea0c8c677b7dff6e6a46f5f901fae19 /agg-plot/utils.h | |
parent | e8a10279d92ab7a66402bae02a8fc423a6162fd5 (diff) | |
download | gsl-shell-b2d5b7d64100164e40e3141094736f2ac010a69f.tar.gz |
-rw-r--r-- | agg-plot/utils.h | 8 |
diff --git a/agg-plot/utils.h b/agg-plot/utils.h new file mode 100644 index 00000000..f760da08 --- /dev/null +++ b/agg-plot/utils.h @@ -0,0 +1,8 @@ +#ifndef AGGPLOT_UTILS_H +#define AGGPLOT_UTILS_H + +#include "agg_trans_affine.h" + +extern void trans_affine_compose (agg::trans_affine& a, const agg::trans_affine& b); + +#endif |