X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fctsupport.h;h=6d1c1dcf8a9a6ad0c9249655a868a73d65f8d78e;hp=e0a8194be7823877f4de619b19f455dd532d1585;hb=9ac3b88884957e2c07bf365c2503c6c1fbeaa60e;hpb=1a050c98763fbbc0662731b0b76953acede6f5d7 diff --git a/include/ctsupport.h b/include/ctsupport.h index e0a8194..6d1c1dc 100644 --- a/include/ctsupport.h +++ b/include/ctsupport.h @@ -7,10 +7,7 @@ ** Date Started: Dec. 83 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id$ -** +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -260,6 +257,7 @@ void scale_mtx2 (GRFMTX_2D m, const double sx, const double sy); void rot_mtx2 (GRFMTX_2D m, const double theta); void mult_mtx2 (const GRFMTX_2D m1, const GRFMTX_2D m2, GRFMTX_2D result); void xform_mtx2 (const GRFMTX_2D m, double& x, double& y); +void copy_mtx2 (GRFMTX_2D to, const GRFMTX_2D from); void rotate2d (double x[], double y[], int pts, double angle); void xlat2d (double x[], double y[], int pts, double xoffset, double yoffset); void scale2d (double x[], double y[], int pts, double xfact, double yfact);