/*************************************************************************** file : linalg_t.h created : Mo Mar 11 13:51:00 CET 2002 copyright : (C) 2002-2005 by Bernhard Wymann email : berniw@bluewin.ch version : $Id: linalg_t.h,v 1.2 2005/08/05 09:04:53 berniw Exp $ ***************************************************************************/ /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ #ifndef _LINALG_T_H_ #define _LINALG_T_H_ #include #include #include #include typedef v4t vec4f; typedef v4t vec4d; typedef v3t vec3f; typedef v3t vec3d; typedef v2t vec2f; typedef v2t vec2d; typedef straight2t straight2f; typedef straight2t straight2d; #endif // _LINALG_T_H_