Home
last modified time | relevance | path

Searched refs:twists (Results 1 – 25 of 578) sorted by relevance

12345678910>>...24

/dports/graphics/blender/blender-2.91.0/intern/itasc/kdl/
H A Djacobian.cpp32 twists = new Twist[size*nr_blocks]; in Jacobian()
39 twists = new Twist[size*nr_blocks]; in Jacobian()
41 twists[i] = arg.twists[i]; in Jacobian()
49 twists[i]=arg.twists[i]; in operator =()
56 delete [] twists; in ~Jacobian()
62 return twists[j+6*(int)(floor((double)i/6))](i%6); in operator ()()
84 SetToZero(jac.twists[i]); in SetToZero()
92 dest.twists[i]=src1.twists[i].RefPoint(base_AB); in changeRefPoint()
100 dest.twists[i]=rot*src1.twists[i]; in changeBase()
108 dest.twists[i]=frame*src1.twists[i]; in changeRefFrame()
[all …]
H A Djacobian.hpp39 Twist* twists; member in KDL::Jacobian
H A Dchainjnttojacsolver.cpp74 jac.twists[q_nr+dof] = t_local; in JntToJac()
H A Dtreejnttojacsolver.cpp69 jac.twists[q_nr+dof] = t_local; in JntToJac()
/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/dune/alugrid/test/
H A Dchecktwists.hh101 const std::size_t count = std::distance( twists.begin(), twists.end() ); in checkTwists()
102 if( count != twists.size() ) in checkTwists()
112 for (auto tit=twists.begin();tit!=twists.end();++tit) in checkTwists()
115 if( flags[ twists.index( t ) ] ) in checkTwists()
117 flags[ twists.index( t ) ] = true; in checkTwists()
130 for (auto tit=twists.begin();tit!=twists.end();++tit) in checkTwists()
140 for (auto sit=twists.begin();sit!=twists.end();++sit) in checkTwists()
144 if( twists.index( st ) >= twists.size() ) in checkTwists()
156 …<< ", i.e., " << twists.index( s ) << " * " << twists.index( t ) << " != " << twists.index( st ) <… in checkTwists()
172 for (auto tit=twists.begin();tit!=twists.end();++tit) in checkTwists()
[all …]
/dports/graphics/reallyslick/rss-glx_0.9.1/src/Implicit/
H A DimpKnot.h34 int coils, twists; // integer number of coils and twists, respectively variable
41 coils = 3; coilsf = float(coils); twists = 2; twistsf = float(twists); in impKnot()
61 twists = t; in setNumTwists()
62 twistsf = float(twists); in setNumTwists()
65 int getNumTwists(){return twists;} in getNumTwists()
/dports/math/rubiks/rubiks-20070912/dik/trans/
H A Dtwist.a18 static unsigned short twists[MAX_TWISTS][6];
54 twists[i][0] = twist_val(params);
64 twists[i][1] = twist_val(params);
74 twists[i][2] = twist_val(params);
84 twists[i][3] = twist_val(params);
94 twists[i][4] = twist_val(params);
104 twists[i][5] = twist_val(params);
147 nt0 = twists[nt0][l];
H A Dtwist7.a19 static unsigned short twists[MAX_TWISTS][3];
50 twists[i][0] = twist_val(params);
59 twists[i][1] = twist_val(params);
68 twists[i][2] = twist_val(params);
H A Dmixed1.a28 nt0 = twists[nt0][m];
62 nt0 = twists[nt0][m];
/dports/games/gnubik/gnubik-2.4.3/scripts/
H A Dflubrd.scm217 (lambda (twists)
218 (let ((first (get-colour-symbolic cube (face-twister (car twists)))))
219 (let loop ((twists twists))
220 (if (null? (cdr twists))
221 (set-colour-symbolic! cube (face-twister (car twists)) first)
224 (face-twister (car twists))
227 (cadr twists))))
228 (loop (cdr twists)))))))
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/add_mesh_extra_objects/
H A Dadd_mesh_twisted_torus.py93 def add_twisted_torus(major_rad, minor_rad, major_seg, minor_seg, twists): argument
103 rot_twists = PI_2 * major_index / major_seg * twists
180 twists: IntProperty(
249 self.twists
264 self.twists
284 self.twists
/dports/biology/emboss/EMBOSS-6.6.0/emboss/
H A Dbtwisted.c61 float twists = 0.0; in main() local
104 twists = anglesum / (float)360.0 ; in main()
112 ajFmtPrintF(result,"Total turns : %.2f\n", twists); in main()
/dports/games/magiccube4d/magiccube4d-src-2_2/
H A DMagicCube4d.rc386 ID_SCRAMBLE_2 "Adds two random twists"
387 ID_SCRAMBLE_3 "Adds three random twists"
388 ID_SCRAMBLE_4 "Adds four random twists"
389 ID_SCRAMBLE_5 "Adds five random twists"
390 ID_SCRAMBLE_6 "Adds six random twists"
391 ID_SCRAMBLE_7 "Adds seven random twists"
392 ID_SCRAMBLE_8 "Adds eight random twists"
393 ID_SCRAMBLE_FULL "Fully scrambles puzzle (20 random twists)"
/dports/science/qmcpack/qmcpack-3.11.0/docs/
H A Dappendices.rst48 for different twist angles are often very similar across twists, and we
59 irreducible twists, the error bar is
67 For uniform weighting with :math:`w_m=1`, the number of twists is
108 reduce the equilibration time overhead by having fewer twists and,
118 where :math:`N_{twist}` is the number of twists, :math:`N_{eq}` is the
168 twists with irreducible multiplicities of :math:`w_m\in\{1,3,3,1\}`
176 you can reach with uniform twists before wall clock time runs out is
/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/dune/alugrid/3d/
H A Dgridview.hh203 typename Codim< cd >::Twists twists ( GeometryType type ) const in twists() function in Dune::ALU3dLevelGridView
205 return grid().template twists< cd >( type ); in twists()
394 typename Codim< cd >::Twists twists ( GeometryType type ) const in twists() function in Dune::ALU3dLeafGridView
396 return grid().template twists< cd >( type ); in twists()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/input/
H A Dmotion_event_web_unittest.cc26 const float twists[] = {60, 160, 260}; in TEST() local
40 const float twist = twists[i]; in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/input/
H A Dmotion_event_web_unittest.cc26 const float twists[] = {60, 160, 260}; in TEST() local
40 const float twist = twists[i]; in TEST()
/dports/math/pari/pari-2.13.3/src/functions/elliptic_curves/
H A Dellminimaltwist7 possible quadratic twists, i.e., if flag=0, its minimal model has minimal
11 possible quadratic twists, i.e. if $\fl=0$, its minimal model has minimal
/dports/games/etracer/etr-0.8.1/data/courses/extras/twists/
H A DMakefile.am2 pkgdatadir = $(datadir)/$(PACKAGE)/courses/extras/twists
/dports/games/etracer/etr-0.8.1/data/courses/extras/
H A DMakefile.am22 twists \ subdir
H A Dcourses.lst20 *[name] Twists [dir] twists
/dports/cad/gmsh/gmsh-4.9.2-source/doc/cookbook/src/geometry/
H A Dtransforms.md6 - twists
/dports/games/etracer/etr-0.8.1/data/courses/default/twisty_slope/
H A Dcourse.dim8 *[desc] Tight twists make grabbing herring difficult. Hard turns and not too much braking will lead…
/dports/math/rubiks/rubiks-20070912/reid/
H A Doptimal.c1255 int twists_in_wrong_order(int twists[2]) in twists_in_wrong_order()
1259 if (((twists[0] == TWIST_B) || (twists[0] == TWIST_B2) || in twists_in_wrong_order()
1260 (twists[0] == TWIST_B3)) && in twists_in_wrong_order()
1261 ((twists[1] == TWIST_F) || (twists[1] == TWIST_F2) || in twists_in_wrong_order()
1262 (twists[1] == TWIST_F3))) in twists_in_wrong_order()
1265 if (((twists[0] == TWIST_L) || (twists[0] == TWIST_L2) || in twists_in_wrong_order()
1267 ((twists[1] == TWIST_R) || (twists[1] == TWIST_R2) || in twists_in_wrong_order()
1268 (twists[1] == TWIST_R3))) in twists_in_wrong_order()
1271 if (((twists[0] == TWIST_D) || (twists[0] == TWIST_D2) || in twists_in_wrong_order()
1273 ((twists[1] == TWIST_U) || (twists[1] == TWIST_U2) || in twists_in_wrong_order()
[all …]
H A DREADME76 to the next section about using "twist.c" to convert a sequence of twists
87 This is just a hack. Input to this program is a sequence of twists, all
89 sequence to a solved cube, and the inverse position. The twists should

12345678910>>...24