www.pudn.com > SurfWareNew06.3.5(LYW).rar > HPoint.cpp


// HPoint.cpp: implementation of the HPoint class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#include "stdafx.h" 
#include "surfware.h" 
#include "HPoint.h" 
 
#ifdef _DEBUG 
#undef THIS_FILE 
static char THIS_FILE[]=__FILE__; 
#define new DEBUG_NEW 
#endif 
 
////////////////////////////////////////////////////////////////////// 
// Construction/Destruction 
////////////////////////////////////////////////////////////////////// 
 
HPoint::HPoint() 
{ 
 
} 
 
HPoint::~HPoint() 
{ 
 
} 
 
HPoint::HPoint(float x, float y, float z, float w):PlHPoint3Df(x,y,z,w) 
{ 
 
}