00001 //deprecated 00003 // 00004 // PROJECT.....: vpat - Creating Virtual Patients 00005 // RESPONSIBLE.: Carla Freitas e Luciana Nedel 00006 // 00007 // FILE........: vpvector3d.h 00008 // DESCRIPTION.: Contain the VPVector3D class declarations. 00009 // 00010 // AUTHOR......: Anderson Maciel 00011 // DATE........: August/22/2000 00012 // DESCRIPTION.: Classe and methods declaration. 00013 // DATE........: June/05/2001 00014 // DESCRIPTION.: Fixing bugs. 00015 // 00017 00018 #include <vpvertex3d.h> 00019 00020 VPVertex3D::VPVertex3D( void ){ 00021 x = 0; 00022 y = 0; 00023 z = 0; 00024 }