Home
last modified time | relevance | path

Searched refs:dsDrawConvex (Results 1 – 7 of 7) sorted by relevance

/dports/devel/ode/ode-0.13/include/drawstuff/
H A Ddrawstuff.h255 DS_API void dsDrawConvex(const float pos[3], const float R[12],
/dports/devel/ode/ode-0.13/ode/demo/
H A Ddemo_moving_convex.cpp42 #define dsDrawConvex dsDrawConvexD macro
313 dsDrawConvex( pos,R, in drawGeom()
H A Ddemo_boxstack.cpp87 #define dsDrawConvex dsDrawConvexD macro
493 dsDrawConvex(pos,R,planes, in drawGeom()
499 dsDrawConvex(pos,R, in drawGeom()
H A Ddemo_gyroscopic.cpp38 #define dsDrawConvex dsDrawConvexD macro
H A Ddemo_heightfield.cpp108 #define dsDrawConvex dsDrawConvexD macro
475 dsDrawConvex(pos,R,planes, in drawGeom()
H A Ddemo_motion.cpp43 #define dsDrawConvex dsDrawConvexD macro
/dports/devel/ode/ode-0.13/drawstuff/src/
H A Ddrawstuff.cpp1381 extern "C" void dsDrawConvex (const float pos[3], const float R[12], in dsDrawConvex() function