readme
来自「坦克的车辆动态特性模拟」· 代码 · 共 19 行
TXT
19 行
this is the public C interface to the ODE library.all these files should be includable from C, i.e. they should not use anyC++ features. everything should be protected with #ifdef __cplusplus extern "C" { #endif ... #ifdef __cplusplus } #endifthe only exceptions are the odecpp.h and odecpp_collisioh.h files, which define a C++ wrapper forthe C interface. remember to keep this in sync!
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?