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


// HPoint.h: interface for the HPoint class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_HPOINT_H__D5BA39F6_D31E_4503_9839_21534FA30D9B__INCLUDED_) 
#define AFX_HPOINT_H__D5BA39F6_D31E_4503_9839_21534FA30D9B__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
#include "Nurbs_Lib/NURBS_HPointND.h" 
 
class HPoint : public PlHPoint3Df   
{ 
public: 
	HPoint(float x,float y,float z,float w); 
	HPoint(); 
	virtual ~HPoint(); 
 
}; 
 
#endif // !defined(AFX_HPOINT_H__D5BA39F6_D31E_4503_9839_21534FA30D9B__INCLUDED_)