modified transformation hierarchy to use templates - gsl-shell.git - gsl-shell

index : gsl-shell.git
gsl-shell
summary refs log tree commit diff
path: root/agg-plot/utils.h
diff options
context:
space:
mode:
authorfrancesco-ST <francesco.abbate@st.com>2010年07月30日 14:04:37 +0200
committerfrancesco-ST <francesco.abbate@st.com>2010年07月30日 14:04:37 +0200
commit975bbb0229edfb8ca2be826994f5422a0c8d6c38 (patch)
treee9e9c6403e321597a276d7288d4c449d12d5d2c9 /agg-plot/utils.h
parentd28a8f579f2e902f5bced91cbb726f7eca32b3a1 (diff)
downloadgsl-shell-975bbb0229edfb8ca2be826994f5422a0c8d6c38.tar.gz
modified transformation hierarchy to use templates
Now trans is a parametrised class that gives uniform acess to drawable and scalable objects.
Diffstat (limited to 'agg-plot/utils.h')
-rw-r--r--agg-plot/utils.h 7
1 files changed, 2 insertions, 5 deletions
diff --git a/agg-plot/utils.h b/agg-plot/utils.h
index 67e667bb..f70bcf04 100644
--- a/agg-plot/utils.h
+++ b/agg-plot/utils.h
@@ -14,10 +14,7 @@ T min (T a, T b) {
return (b > a) ? a : b;
}
-extern void trans_affine_compose (agg::trans_affine& a, const agg::trans_affine& b);
-extern double trans_affine_max_norm (const agg::trans_affine& m);
-
-extern void bbox_enlarge(double *x1, double* y1, double* x2, double* y2,
- double x, double y);
+extern void trans_affine_compose (agg::trans_affine& a,
+ const agg::trans_affine& b);
#endif
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月15日 21:26:43 +0000

AltStyle によって変換されたページ (->オリジナル) /