Home
last modified time | relevance | path

Searched refs:axis_to_quat (Results 1 – 25 of 96) sorted by relevance

1234

/dports/cad/pcb/pcb-4.2.0/src/hid/gtk/
H A Dgui-trackball.c81 axis_to_quat (axis, 0, ball->quart1); in button_press_cb()
82 axis_to_quat (axis, 0, ball->quart2); in button_press_cb()
218 axis_to_quat (axis, 0, quart); in view_2d_toggled_cb()
270 axis_to_quat (axis, 0, ball->quart1); in ghid_trackball_constructor()
271 axis_to_quat (axis, 0, ball->quart2); in ghid_trackball_constructor()
/dports/x11/fireflies/fireflies-2.07/src/
H A Dcanvas_sdl.cc131 Quat q = axis_to_quat(scene->camera.rot_axis, DEG_TO_RAD(scene->camera.rot_angle)); in on_mouse_drag()
133 Quat qx = axis_to_quat(vert, event.xrel*0.05); in on_mouse_drag()
134 Quat qy = axis_to_quat(horiz, event.yrel*0.05); in on_mouse_drag()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/glx/
H A Dtrackball.c75 static void axis_to_quat(float a[3], float phi, float q[4]);
206 axis_to_quat(a,phi,q); in trackball()
213 axis_to_quat(float a[3], float phi, float q[4]) in axis_to_quat() function
/dports/graphics/tachyon/tachyon/demosrc/
H A Dspaceball.c147 axis_to_quat(xx, rx / angdivisor, bh->lastquat); in tachyon_spaceball_update()
149 axis_to_quat(yy, ry / angdivisor, qq); in tachyon_spaceball_update()
152 axis_to_quat(zz, rz / angdivisor, qq); in tachyon_spaceball_update()
H A Dtrackball.h77 axis_to_quat(float a[3], float phi, float q[4]);
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_trackball.c128 axis_to_quat(a, phi, q); in trackball()
168 axis_to_quat(a, phi, q); in trackball_Phi()
173 axis_to_quat(float a[3], float phi, float q[4]) in axis_to_quat() function
/dports/math/giacxcas/fltk-1.3.0/test/
H A Dtrackball.h77 axis_to_quat(float a[3], float phi, float q[4]);
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/opengl/penguin/
H A Dtrackball.h77 axis_to_quat(float a[3], float phi, float q[4]);
/dports/cad/pcb/pcb-4.2.0/src/hid/common/
H A Dtrackball.h77 axis_to_quat(float a[3], float phi, float q[4]);
/dports/graphics/libgltf/libgltf-0.0.2/src/
H A Dtrackball.h76 void axis_to_quat(float a[3], float phi, float q[4]);
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/opengl/penguin/
H A Dtrackball.h77 axis_to_quat(float a[3], float phi, float q[4]);
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/opengl/penguin/
H A Dtrackball.h77 axis_to_quat(float a[3], float phi, float q[4]);
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/opengl/penguin/
H A Dtrackball.h77 axis_to_quat(float a[3], float phi, float q[4]);
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/opengl/penguin/
H A Dtrackball.h77 axis_to_quat(float a[3], float phi, float q[4]);
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/opengl/penguin/
H A Dtrackball.h77 axis_to_quat(float a[3], float phi, float q[4]);
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/3d_rendering/
H A Dtrackball.h73 void axis_to_quat( double a[3], double phi, double q[4] );
/dports/x11-toolkits/fltk/fltk-1.3.8/test/
H A Dtrackball.h77 axis_to_quat(float a[3], float phi, float q[4]);
/dports/games/KnightCap/Export/
H A Dtrackball.h77 axis_to_quat(float a[3], float phi, float q[4]);
/dports/graphics/graphviz/graphviz-2.44.1/cmd/smyrna/
H A Dtrackball.h73 void axis_to_quat(float a[3], float phi, float q[4]);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/opengl/penguin/
H A Dtrackball.h77 axis_to_quat(float a[3], float phi, float q[4]);
/dports/x11-toolkits/ntk/ntk/test/
H A Dtrackball.h77 axis_to_quat(float a[3], float phi, float q[4]);
/dports/x11-toolkits/gtkglextmm/gtkglextmm-1.2.0/examples/
H A Dtrackball.h77 axis_to_quat(float a[3], float phi, float q[4]);
/dports/x11-toolkits/gtkglext/gtkglext-1.2.0/examples/
H A Dtrackball.h77 axis_to_quat(float a[3], float phi, float q[4]);
/dports/x11-toolkits/gtkglarea2/gtkglarea-2.0.1/examples/
H A Dtrackball.h77 axis_to_quat(float a[3], float phi, float q[4]);
/dports/cad/gmsh/gmsh-4.9.2-source/Graphics/
H A DTrackball.h77 axis_to_quat(double a[3], double phi, double q[4]);

1234