Home
last modified time | relevance | path

Searched refs:tb_project_to_sphere (Results 1 – 25 of 44) sorted by relevance

12

/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_trackball.c18 static float tb_project_to_sphere(float, float, float);
113 vset(p1, p1x, p1y, tb_project_to_sphere(TRACKBALLSIZE, p1x, p1y)); in trackball()
114 vset(p2, p2x, p2y, tb_project_to_sphere(TRACKBALLSIZE, p2x, p2y)); in trackball()
149 vset(p1, p1x, p1y, tb_project_to_sphere(TRACKBALLSIZE, p1x, p1y)); in trackball_Phi()
150 vset(p2, p2x, p2y, tb_project_to_sphere(TRACKBALLSIZE, p2x, p2y)); in trackball_Phi()
185 tb_project_to_sphere(float r, float x, float y) in tb_project_to_sphere() function
/dports/math/giacxcas/fltk-1.3.0/test/
H A Dtrackball.c67 static float tb_project_to_sphere(float, float, float);
178 vset(p1,p1x,p1y,tb_project_to_sphere(TRACKBALLSIZE,p1x,p1y)); in trackball()
179 vset(p2,p2x,p2y,tb_project_to_sphere(TRACKBALLSIZE,p2x,p2y)); in trackball()
219 tb_project_to_sphere(float r, float x, float y) in tb_project_to_sphere() function
/dports/misc/vxl/vxl-3.3.2/core/vgui/internals/
H A Dtrackball.c73 static float tb_project_to_sphere(float, float, float);
184 vset(p1,p1x,p1y,tb_project_to_sphere(TRACKBALLSIZE,p1x,p1y)); in trackball()
185 vset(p2,p2x,p2y,tb_project_to_sphere(TRACKBALLSIZE,p2x,p2y)); in trackball()
225 tb_project_to_sphere(float r, float x, float y) in tb_project_to_sphere() function
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/opengl/penguin/
H A Dtrackball.c67 static float tb_project_to_sphere(float, float, float);
178 vset(p1, p1x, p1y, tb_project_to_sphere(TRACKBALLSIZE, p1x, p1y)); in trackball()
179 vset(p2, p2x, p2y, tb_project_to_sphere(TRACKBALLSIZE, p2x, p2y)); in trackball()
219 tb_project_to_sphere(float r, float x, float y) in tb_project_to_sphere() function
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/opengl/penguin/
H A Dtrackball.c67 static float tb_project_to_sphere(float, float, float);
178 vset(p1, p1x, p1y, tb_project_to_sphere(TRACKBALLSIZE, p1x, p1y)); in trackball()
179 vset(p2, p2x, p2y, tb_project_to_sphere(TRACKBALLSIZE, p2x, p2y)); in trackball()
219 tb_project_to_sphere(float r, float x, float y) in tb_project_to_sphere() function
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/opengl/penguin/
H A Dtrackball.c67 static float tb_project_to_sphere(float, float, float);
178 vset(p1, p1x, p1y, tb_project_to_sphere(TRACKBALLSIZE, p1x, p1y)); in trackball()
179 vset(p2, p2x, p2y, tb_project_to_sphere(TRACKBALLSIZE, p2x, p2y)); in trackball()
219 tb_project_to_sphere(float r, float x, float y) in tb_project_to_sphere() function
/dports/cad/pcb/pcb-4.2.0/src/hid/common/
H A Dtrackball.c67 static float tb_project_to_sphere(float, float, float);
178 vset(p1, p1x, p1y, tb_project_to_sphere(TRACKBALLSIZE, p1x, p1y)); in trackball()
179 vset(p2, p2x, p2y, tb_project_to_sphere(TRACKBALLSIZE, p2x, p2y)); in trackball()
219 tb_project_to_sphere(float r, float x, float y) in tb_project_to_sphere() function
/dports/multimedia/tinyobjloader/tinyobjloader-2.0.0rc8-3-g7ba4b65/experimental/
H A Dtrackball.cc67 static float tb_project_to_sphere(float, float, float);
154 vset(p1, p1x, p1y, tb_project_to_sphere(TRACKBALLSIZE, p1x, p1y)); in trackball()
155 vset(p2, p2x, p2y, tb_project_to_sphere(TRACKBALLSIZE, p2x, p2y)); in trackball()
194 static float tb_project_to_sphere(float r, float x, float y) { in tb_project_to_sphere() function
/dports/multimedia/tinyobjloader/tinyobjloader-2.0.0rc8-3-g7ba4b65/examples/viewer/
H A Dtrackball.cc67 static float tb_project_to_sphere(float, float, float);
154 vset(p1, p1x, p1y, tb_project_to_sphere(TRACKBALLSIZE, p1x, p1y)); in trackball()
155 vset(p2, p2x, p2y, tb_project_to_sphere(TRACKBALLSIZE, p2x, p2y)); in trackball()
194 static float tb_project_to_sphere(float r, float x, float y) { in tb_project_to_sphere() function
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/opengl/penguin/
H A Dtrackball.c67 static float tb_project_to_sphere(float, float, float);
178 vset(p1, p1x, p1y, tb_project_to_sphere(TRACKBALLSIZE, p1x, p1y)); in trackball()
179 vset(p2, p2x, p2y, tb_project_to_sphere(TRACKBALLSIZE, p2x, p2y)); in trackball()
219 tb_project_to_sphere(float r, float x, float y) in tb_project_to_sphere() function
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/mobile/
H A DTrackball.cpp71 static double tb_project_to_sphere(double, double, double);
168 vset(p1, p1x, p1y, tb_project_to_sphere(TRACKBALLSIZE, p1x, p1y)); in trackball()
169 vset(p2, p2x, p2y, tb_project_to_sphere(TRACKBALLSIZE, p2x, p2y)); in trackball()
206 static double tb_project_to_sphere(double r, double x, double y) in tb_project_to_sphere() function
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/opengl/penguin/
H A Dtrackball.c67 static float tb_project_to_sphere(float, float, float);
178 vset(p1, p1x, p1y, tb_project_to_sphere(TRACKBALLSIZE, p1x, p1y)); in trackball()
179 vset(p2, p2x, p2y, tb_project_to_sphere(TRACKBALLSIZE, p2x, p2y)); in trackball()
219 tb_project_to_sphere(float r, float x, float y) in tb_project_to_sphere() function
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/3d_rendering/
H A Dtrackball.cpp72 static double tb_project_to_sphere( double, double, double );
174 vset( p1, p1x, p1y, tb_project_to_sphere( TRACKBALLSIZE, p1x, p1y ) ); in trackball()
175 vset( p2, p2x, p2y, tb_project_to_sphere( TRACKBALLSIZE, p2x, p2y ) ); in trackball()
217 static double tb_project_to_sphere( double r, double x, double y ) in tb_project_to_sphere() function
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/opengl/penguin/
H A Dtrackball.c67 static float tb_project_to_sphere(float, float, float);
178 vset(p1, p1x, p1y, tb_project_to_sphere(TRACKBALLSIZE, p1x, p1y)); in trackball()
179 vset(p2, p2x, p2y, tb_project_to_sphere(TRACKBALLSIZE, p2x, p2y)); in trackball()
219 tb_project_to_sphere(float r, float x, float y) in tb_project_to_sphere() function
/dports/devel/upp/upp/bazaar/FTGL_Demo/
H A Dtrkball.c69 static float tb_project_to_sphere(float, float, float);
180 vset(p1,p1x,p1y,tb_project_to_sphere(TRACKBALLSIZE,p1x,p1y)); in trackball()
181 vset(p2,p2x,p2y,tb_project_to_sphere(TRACKBALLSIZE,p2x,p2y)); in trackball()
221 tb_project_to_sphere(float r, float x, float y) in tb_project_to_sphere() function
/dports/devel/upp/upp/bazaar/GLCanvas/
H A Dtrkball.c69 static double tb_project_to_sphere(double, double, double);
180 vset(p1,p1x,p1y,tb_project_to_sphere(TRACKBALLSIZE,p1x,p1y)); in trackball()
181 vset(p2,p2x,p2y,tb_project_to_sphere(TRACKBALLSIZE,p2x,p2y)); in trackball()
221 tb_project_to_sphere(double r, double x, double y) in tb_project_to_sphere() function
/dports/x11-toolkits/fltk/fltk-1.3.8/test/
H A Dtrackball.c67 static float tb_project_to_sphere(float, float, float);
178 vset(p1,p1x,p1y,tb_project_to_sphere(TRACKBALLSIZE,p1x,p1y)); in trackball()
179 vset(p2,p2x,p2y,tb_project_to_sphere(TRACKBALLSIZE,p2x,p2y)); in trackball()
219 tb_project_to_sphere(float r, float x, float y) in tb_project_to_sphere() function
/dports/games/KnightCap/Export/
H A Dtrackball.c68 static float tb_project_to_sphere(float, float, float);
179 vset(p1,p1x,p1y,tb_project_to_sphere(TRACKBALLSIZE,p1x,p1y)); in trackball()
180 vset(p2,p2x,p2y,tb_project_to_sphere(TRACKBALLSIZE,p2x,p2y)); in trackball()
220 tb_project_to_sphere(float r, float x, float y) in tb_project_to_sphere() function
/dports/graphics/libgltf/libgltf-0.0.2/src/
H A Dtrackball.cpp74 static float tb_project_to_sphere(float, float, float);
161 vset(p1, p1x, p1y, tb_project_to_sphere(TRACKBALLSIZE, p1x, p1y)); in trackball()
162 vset(p2, p2x, p2y, tb_project_to_sphere(TRACKBALLSIZE, p2x, p2y)); in trackball()
193 static float tb_project_to_sphere(float r, float x, float y) { in tb_project_to_sphere() function
/dports/math/vtk6/VTK-6.2.0/ThirdParty/ftgl/demo/
H A Dtrackball.c67 static float tb_project_to_sphere(float, float, float);
178 vset(p1,p1x,p1y,tb_project_to_sphere(TRACKBALLSIZE,p1x,p1y)); in trackball()
179 vset(p2,p2x,p2y,tb_project_to_sphere(TRACKBALLSIZE,p2x,p2y)); in trackball()
219 tb_project_to_sphere(float r, float x, float y) in tb_project_to_sphere() function
/dports/graphics/graphviz/graphviz-2.44.1/cmd/smyrna/
H A Dtrackball.c67 static float tb_project_to_sphere(float, float, float);
167 vset(p1, p1x, p1y, tb_project_to_sphere(TRACKBALLSIZE, p1x, p1y)); in trackball()
168 vset(p2, p2x, p2y, tb_project_to_sphere(TRACKBALLSIZE, p2x, p2y)); in trackball()
208 static float tb_project_to_sphere(float r, float x, float y) in tb_project_to_sphere() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/opengl/penguin/
H A Dtrackball.c67 static float tb_project_to_sphere(float, float, float);
178 vset(p1, p1x, p1y, tb_project_to_sphere(TRACKBALLSIZE, p1x, p1y)); in trackball()
179 vset(p2, p2x, p2y, tb_project_to_sphere(TRACKBALLSIZE, p2x, p2y)); in trackball()
219 tb_project_to_sphere(float r, float x, float y) in tb_project_to_sphere() function
/dports/x11-toolkits/ntk/ntk/test/
H A Dtrackball.c67 static float tb_project_to_sphere(float, float, float);
178 vset(p1,p1x,p1y,tb_project_to_sphere(TRACKBALLSIZE,p1x,p1y)); in trackball()
179 vset(p2,p2x,p2y,tb_project_to_sphere(TRACKBALLSIZE,p2x,p2y)); in trackball()
219 tb_project_to_sphere(float r, float x, float y) in tb_project_to_sphere() function
/dports/x11-toolkits/gtkglextmm/gtkglextmm-1.2.0/examples/
H A Dtrackball.c67 static float tb_project_to_sphere(float, float, float);
178 vset(p1,p1x,p1y,tb_project_to_sphere(TRACKBALLSIZE,p1x,p1y)); in trackball()
179 vset(p2,p2x,p2y,tb_project_to_sphere(TRACKBALLSIZE,p2x,p2y)); in trackball()
219 tb_project_to_sphere(float r, float x, float y) in tb_project_to_sphere() function
/dports/x11-toolkits/gtkglarea2/gtkglarea-2.0.1/examples/
H A Dtrackball.c67 static float tb_project_to_sphere(float, float, float);
178 vset(p1,p1x,p1y,tb_project_to_sphere(TRACKBALLSIZE,p1x,p1y)); in trackball()
179 vset(p2,p2x,p2y,tb_project_to_sphere(TRACKBALLSIZE,p2x,p2y)); in trackball()
219 tb_project_to_sphere(float r, float x, float y) in tb_project_to_sphere() function

12