//=========================================================================== // SISL - SINTEF Spline Library, version 4.5.0. // Definition and interrogation of NURBS curves and surfaces. // // Copyright (C) 2000-2005, 2010 SINTEF ICT, Applied Mathematics, Norway. // // 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 version 2 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., // 59 Temple Place - Suite 330, // Boston, MA 02111-1307, USA. // // Contact information: E-mail: tor.dokken@sintef.no // SINTEF ICT, Department of Applied Mathematics, // P.O. Box 124 Blindern, // 0314 Oslo, Norway. // // Other licenses are also available for this software, notably licenses // for: // - Building commercial software. // - Building software whose source code you wish to keep private. //=========================================================================== 00029 #ifndef TRANSFUTILS_H_INCLUDED 00030 00031 // 00032 // 990831: See the C-file for comments. 00033 // 00034 extern double xtrans, ytrans, ztrans, xrot_eps, yrot_eps, zrot_eps; 00035 extern double xscale, yscale, zscale; 00036 extern double xrot, yrot, zrot; 00037 00038 00039 00040 00041 00042 00043 void rotate(double y_ang, double x_ang, double z_ang); 00044 void translate(double x, double y, double z); 00045 void scale(double x, double y, double z); 00046 00047 00048 00049 00050 00051 00052 #define TRANSFUTILS_H_INCLUDED 00053 #endif
Generated on Tue Sep 21 17:28:53 2010 for SISL by  doxygen 1.6.3