⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 positioning.h

📁 robocup3d源化码 Nexus3D.tar.gz
💻 H
字号:
/*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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -