X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Ftransformmatrix.h;h=c1f3640198c3f1e6cf72d23c50d0e896b33956c6;hb=e98a8a9d72a7b919debbbc9d1b0f237fe71c0fb3;hp=5274b309a80fa09c9f65b33935a5c27951c8744f;hpb=711cae0ee02e046370fdb4d6c6f440596ff71980;p=ctsim.git diff --git a/include/transformmatrix.h b/include/transformmatrix.h index 5274b30..c1f3640 100644 --- a/include/transformmatrix.h +++ b/include/transformmatrix.h @@ -7,9 +7,9 @@ ** Date Started: 1984 ** ** This is part of the CTSim program -** Copyright (C) 1983-2000 Kevin Rosenberg +** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: transformmatrix.h,v 1.1 2000/07/28 08:28:08 kevin Exp $ +** $Id: transformmatrix.h,v 1.4 2001/01/28 19:10:18 kevin Exp $ ** ** 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 @@ -28,7 +28,8 @@ #ifndef __H_TRANSFORMMATRIX #define __H_TRANSFORMMATRIX -class ostream; +#include + class TransformationMatrix2D { public: double mtx[3][3]; @@ -48,7 +49,7 @@ public: void transformPoint (double *pX, double *pY) const; - void print (ostream& ostr) const; + void print (std::ostream& ostr) const; friend const TransformationMatrix2D operator* (const TransformationMatrix2D& lhs, const TransformationMatrix2D& rhs);