?? ode_pserocka.cpp
字號:
/*
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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -