📄 ball.h
字号:
#ifndef BALL_H
#define BALL_H
#include "CppConst.h"
#include "Object.h"
class Ball : public Object
{
protected:
public:
BallStateT doMove(VecPosition *pos,VecPosition *vel,VecPosition *acc);
Ball();
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -