Home
last modified time | relevance | path

Searched refs:transvec (Results 1 – 12 of 12) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/PrsDim/
H A DPrsDim_FixRelation.cxx251 gp_Vec transvec = gp_Vec(dir)*myArrowSize; in ComputeVertex() local
252 curpos = myPntAttach.Translated(transvec); in ComputeVertex()
279 gp_Vec transvec = gp_Vec(dir)*myArrowSize; in ComputePosition() local
292 gp_Vec transvec = gp_Vec(dir)*myArrowSize; in ComputePosition() local
293 curpos = myPntAttach.Translated(transvec); in ComputePosition()
327 gp_Vec transvec = gp_Vec(dir)*myArrowSize; in ComputePosition() local
328 curpos = myPntAttach.Translated(transvec); in ComputePosition()
339 gp_Vec transvec = vec*myArrowSize; in ComputePosition() local
340 curpos = myPntAttach.Translated(transvec); in ComputePosition()
476 gp_Vec transvec = dir*myArrowSize; in ComputeCirclePosition() local
[all …]
H A DPrsDim_PerpendicularRelation.cxx194 gp_Vec transvec = gp_Vec(elAx.Direction())*focex; in ComputeTwoEdgesPerpendicular() local
195 ptat11 = geom_el->Focus1().Translated(transvec); in ComputeTwoEdgesPerpendicular()
196 ptat12 = geom_el->Focus2().Translated(-transvec); in ComputeTwoEdgesPerpendicular()
213 gp_Vec transvec = gp_Vec(elAx.Direction())*focex; in ComputeTwoEdgesPerpendicular() local
214 ptat21 = geom_el->Focus1().Translated(transvec); in ComputeTwoEdgesPerpendicular()
215 ptat22 = geom_el->Focus2().Translated(-transvec); in ComputeTwoEdgesPerpendicular()
H A DPrsDim_ParallelRelation.cxx230 gp_Vec transvec = gp_Vec(elAx.Direction())*focex; in ComputeTwoEdgesParallel() local
231 ptat11 = geom_el1->Focus1().Translated(transvec); in ComputeTwoEdgesParallel()
232 ptat12 = geom_el1->Focus2().Translated(-transvec); in ComputeTwoEdgesParallel()
249 gp_Vec transvec = gp_Vec(elAx.Direction())*focex; in ComputeTwoEdgesParallel() local
250 ptat21 = geom_el2->Focus1().Translated(transvec); in ComputeTwoEdgesParallel()
251 ptat22 = geom_el2->Focus2().Translated(-transvec); in ComputeTwoEdgesParallel()
H A DPrsDim_IdenticRelation.cxx542 gp_Vec transvec = gp_Vec(dir)*myArrowSize; in ComputeTwoLinesPresentation() local
543 curpos = myFAttach.Translated(transvec); in ComputeTwoLinesPresentation()
/dports/archivers/szip/szip-1.12b_2/
H A Dsz_srt.c688 { uint4 i, *transvec; in sz_unsrt_BW() local
709 transvec = (uint4*)malloc((length)*sizeof(uint4)); in sz_unsrt_BW()
710 if (transvec == NULL) in sz_unsrt_BW()
713 transvec[indexfirst] = counts[in[indexfirst]]++; in sz_unsrt_BW()
715 transvec[i] = counts[in[i]]++; in sz_unsrt_BW()
717 transvec[i] = counts[in[i]]++; in sz_unsrt_BW()
728 ic = transvec[ic]; in sz_unsrt_BW()
733 ic = transvec[ic]; in sz_unsrt_BW()
738 free(transvec); in sz_unsrt_BW()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/essentialdynamics/
H A Dedsam.cpp646 vec[XX] = -transvec[XX]; in rmfit()
647 vec[YY] = -transvec[YY]; in rmfit()
648 vec[ZZ] = -transvec[ZZ]; in rmfit()
918 rvec transvec; /* translation vector */ in do_single_flood() local
951 fit_to_reference(buf->xcoll, transvec, rotmat, edi); in do_single_flood()
1905 transvec[XX] = -com[XX]; in fit_to_reference()
1906 transvec[YY] = -com[YY]; in fit_to_reference()
1907 transvec[ZZ] = -com[ZZ]; in fit_to_reference()
1910 translate_x(loc->xcopy, edi->sref.nr, transvec); in fit_to_reference()
1923 translate_x(x, nat, transvec); in translate_and_rotate()
[all …]
/dports/science/gromacs/gromacs-2021.4/src/gromacs/mdlib/
H A Dgroupcoord.h203 extern void translate_x(rvec x[], int nr, const rvec transvec);
H A Dgroupcoord.cpp377 extern void translate_x(rvec x[], const int nr, const rvec transvec) in translate_x() argument
384 rvec_inc(x[i], transvec); in translate_x()
/dports/science/py-ase/ase-3.22.0/ase/build/
H A Dtube.py169 transvec = t
182 print('translation vector =', transvec)
/dports/devel/g-wrap/g-wrap-1.9.15/g-wrap/
H A Dutil.scm203 (define (str-translate str charstr transvec)
226 (buff-add-string (vector-ref transvec index))
/dports/science/gromacs/gromacs-2021.4/src/gromacs/pulling/
H A Dpull_rotation.cpp3802 rvec transvec; in do_rotation() local
3933 svmul(-1.0, erg->xc_center, transvec); in do_rotation()
3934 translate_x(erg->xc, rotg->nat, transvec); in do_rotation()
/dports/math/pari/pari-2.13.3/src/basemath/
H A Dtrans1.c363 transvec(GEN (*f)(GEN,long), GEN x, long prec) in transvec() function
381 case t_POLMOD: x = transvec(f, polmod_to_embed(x,prec), prec); break; in trans_eval()
384 case t_MAT: return transvec(f, x, prec); in trans_eval()