Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

C:/temp/src/j2k/Beta/3D/Transfor.hpp

Go to the documentation of this file.
00001 #ifndef  __J2K__Transformation_HPP__
00002 #define  __J2K__Transformation_HPP__
00003 
00004 #include <j2k/Fred/Model.hpp>
00005 
00006 #define M_PI                3.14159265358979323846
00007 #define DegreeToRad( val )  (val)*(M_PI/180)
00008 
00009 #define X_AXIS    0
00010 #define Y_AXIS    1
00011 #define Z_AXIS    2
00012 
00013 __J2K__EXTERN_C
00014 
00015 void RotateVertex( Sommet3D* som,
00016                    double    cosangle,
00017                    double    sinangle,
00018                    char      axis
00019                  );
00020 
00021 void TransVertex(  Sommet3D* som,
00022                    realtype  x,
00023                    realtype  y,
00024                    realtype  z
00025                 );
00026 
00027 __J2K__END_C
00028 
00029 #endif 

Generated on Sun Oct 14 18:46:08 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001