InputPoint.cpp
上传用户:zj_jiuzhou
上传日期:2022-06-20
资源大小:1859k
文件大小:1k
- // InputPoint.cpp: implementation of the CInputPoint class.
- //
- //////////////////////////////////////////////////////////////////////
- #include "stdafx.h"
- #include "ControlPoint3D.h"
- #include "InputPoint.h"
- #ifdef _DEBUG
- #undef THIS_FILE
- static char THIS_FILE[]=__FILE__;
- #define new DEBUG_NEW
- #endif
- //////////////////////////////////////////////////////////////////////
- // Construction/Destruction
- //////////////////////////////////////////////////////////////////////
- CInputPoint::CInputPoint()
- {
- }
- CInputPoint::~CInputPoint()
- {
- }