location.cpp

00001 
00002 #include "location.hpp"
00003 
00004 Location::Location()
00005    : m_xCoordinate(0.0), m_yCoordinate(0.0), m_zCoordinate(0.0)
00006 {
00007 
00008 }
00009 
00010 Location::Location(float x, float y, float z)
00011    : m_xCoordinate(x), m_yCoordinate(y), m_zCoordinate(z)
00012 {
00013 
00014 }
00015 

Generated on Tue Dec 12 17:04:38 2006 for rfidsim by  doxygen 1.4.7