r460: no message
[ctsim.git] / libctgraphics / ezsupport.cpp
1 /*****************************************************************************
2 **      Name:          ezsupport.h
3 **      Function:      Support routines for EZPlot library
4 **      Programmer:    Kevin Rosenberg
5 **      Date Started:  1-22-85
6 **
7 **  This is part of the CTSim program
8 **  Copyright (c) 1983-2001 Kevin Rosenberg
9 **
10 **  $Id: ezsupport.cpp,v 1.6 2001/01/28 19:10:18 kevin Exp $
11 **
12 **  This program is free software; you can redistribute it and/or modify
13 **  it under the terms of the GNU General Public License (version 2) as
14 **  published by the Free Software Foundation.
15 **
16 **  This program is distributed in the hope that it will be useful,
17 **  but WITHOUT ANY WARRANTY; without even the implied warranty of
18 **  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19 **  GNU General Public License for more details.
20 **
21 **  You should have received a copy of the GNU General Public License
22 **  along with this program; if not, write to the Free Software
23 **  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
24 ******************************************************************************/
25
26 #include <math.h>
27 #include <algorithm>
28 #include "ctsupport.h"
29 #include "ezplot.h"
30
31