Main Page   Modules   Compound List   File List   File Members  

AreaVolume.h

00001 #ifndef _AREA_VOLUME_H_
00002 #define _AREA_VOLUME_H_
00003 
00004 float compute_triangle_area (const float x[3], const float y[3], const float z[3]);
00005 
00006 float compute_tetrahedron_volume (const float x[4], const float y[4], const float z[4]);
00007 
00008 void compute_dc (const float x[3], const float y[3], const float z[3], float direction_cosines[3]);
00009 
00010 #endif

Generated on Sun Nov 27 23:41:47 2005 by doxygen1.2.18