ode_pserocka.cpp
来自「使用stl技术,(还没看,是听说的)」· C++ 代码 · 共 16 行
CPP
16 行
/*
This code is part of the Plane2D ODE joint
by psero@gmx.de
Wed Apr 23 18:53:43 CEST 2003
Add this code to the file: ode/src/ode.cpp
*/
dxJoint * dJointCreatePlane2D (dWorldID w, dJointGroupID group)
{
dAASSERT (w);
return createJoint (w,group,&__dplane2d_vtable);
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?