📄 fmotion.h
字号:
#ifndef FMOTION_H
#define FMOTION_H
//#include "CPoint3D.h"
bool FMotionInit();
void FMotionQuit();
void FMotionAnimate(float dt);
//void GetFMotion(const SVector3D &p,SVector3D &v);
void FMotionWarp(SVector3D &p,float dt);
void FMotionWarp2(SVector3D &p,float dt);
void AffFMotion();
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -