positioning.h

来自「robocup3d源化码 Nexus3D.tar.gz」· C头文件 代码 · 共 24 行

H
24
字号
/*Copyright (C) 2005 Ferdowsi University*/#ifndef POSITIONING_H#define POSITIONING_H#include <soccer.h>#include <global.h>class Positioning //:public Soccer{	private:	public :		Positioning();		//virtual void Behave();		bool Position() ;		int Field_Zone (float ,float ,float) ;		Vector3f Zone_Weight (int) ;		bool BallIsOurs() ;};#endif // POSITIONING_H

⌨️ 快捷键说明

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