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


// GeomObject.cpp: implementation of the CGeomObject class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#include "stdafx.h" 
#include "surfware.h" 
#include "GeomObject.h" 
 
#ifdef _DEBUG 
#undef THIS_FILE 
static char THIS_FILE[]=__FILE__; 
#define new DEBUG_NEW 
#endif 
 
////////////////////////////////////////////////////////////////////// 
// Construction/Destruction 
////////////////////////////////////////////////////////////////////// 
SEOBJECT_IMPLEMENT(CGeomObject,CVisualObject ) 
 
CGeomObject::CGeomObject() 
{ 
	_RotateX=_RotateY=_RotateZ=0; 
	_TransX=_TransY=_TransZ=0; 
} 
 
CGeomObject::~CGeomObject() 
{ 
 
}