d2position.h

来自「本程序实现besur算法」· C头文件 代码 · 共 23 行

H
23
字号
// D2Position.h: interface for the D2Position class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_D2POSITION_H__44484790_B1BA_47FB_8073_5BCC860D169E__INCLUDED_)
#define AFX_D2POSITION_H__44484790_B1BA_47FB_8073_5BCC860D169E__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class D2Position  
{
public:
	D2Position();
	virtual ~D2Position();
	double x,y;
	D2Position(double x0,double y0);

};

#endif // !defined(AFX_D2POSITION_H__44484790_B1BA_47FB_8073_5BCC860D169E__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?