Home
last modified time | relevance | path

Searched refs:rot_omega (Results 1 – 10 of 10) sorted by relevance

/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GLE/
H A Dannotations.py244 rot_omega = arrays.setInputArraySizeType( variable
245 raw.rot_omega,
H A D__init__.py174 rot_omega = platform.createBaseFunction( variable
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GLE/
H A Dannotations.py244 rot_omega = arrays.setInputArraySizeType( variable
245 raw.rot_omega,
H A D__init__.py174 rot_omega = platform.createBaseFunction( variable
/dports/graphics/gle/gle-3.1.0/src/
H A Drotate.c90 void rot_omega (gleDouble axis[3]) /* input */ in rot_omega() function
H A Dgle.h107 extern void rot_omega ();
280 extern void rot_omega (gleDouble axis[3]);
/dports/graphics/gle/gle-3.1.0/swig/
H A Dgle.py94 def rot_omega(arg0): function
96 val = glec.rot_omega(arg0)
H A Dgle.i250 extern void rot_omega (gleDouble axis[3]);
H A Dgle_wrap.c683 extern void rot_omega(double [3]);
1787 rot_omega(_arg0); in _wrap_rot_omega()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dfix_mesh_surface.cpp968 double rot_origin[3],rot_axis[3],rot_omega; in setAngVel() local
971 rot_omega = omegaSurf_; in setAngVel()
999 vectorScalarMult3D(tangComp,-rot_omega,Utang); in setAngVel()