Home
last modified time | relevance | path

Searched refs:angp (Results 1 – 17 of 17) sorted by relevance

/dports/devel/libarea/libarea-2752cd9/
H A DArc.cpp13 double angp = atan2(p.y - m_c.y, p.x - m_c.x); in SetDirWithPoint() local
15 if(angp < angs - 0.0000000000001)angp += 6.2831853071795864; in SetDirWithPoint()
16 if(angp > ange + 0.0000000000001)m_dir = false; in SetDirWithPoint()
H A DCurve.cpp136 double angp = atan2(vt->m_p.y - arc.m_c.y, vt->m_p.x - arc.m_c.x); in CheckForArc() local
140 if(angp < angs)angp += 6.2831853071795864; in CheckForArc()
141 if(angp > ange)return false; in CheckForArc()
146 if(angp < ange)angp += 6.2831853071795864; in CheckForArc()
147 if(angp > angs)return false; in CheckForArc()
/dports/science/silo/silo-4.10.2-bsd/src/filters/
H A Df_ale3d.c1503 double aa, bb, cc, dd, angp; in calc_brick() local
1564 angp = acos(cc) / 3.0; in calc_brick()
1568 result[i] = dd * cos(angp); in calc_brick()
1572 result[i] = dd * cos(angp + FTPI); in calc_brick()
1576 result[i] = dd * cos(angp + TTPI); in calc_brick()
1592 result[i] = dd * (cos(angp) - cos(angp + TTPI)); in calc_brick()
1626 double pr, aa, bb, cc, dd, angp; in calc_shell() local
1695 angp = acos(cc) / 3.0; in calc_shell()
1699 result[i] = dd * cos(angp); in calc_shell()
1711 result[i] = dd * cos(angp) - pr; in calc_shell()
[all …]
/dports/math/vtk8/VTK-8.2.0/Infovis/Layout/
H A DvtkCosmicTreeLayoutStrategy.cxx165 std::vector<double> angp; in vtkCosmicTreeLayoutStrategyComputeCentersQuick() local
167 angp.resize( N ); in vtkCosmicTreeLayoutStrategyComputeCentersQuick()
218 sumAngp += ( angp[i] = 2. * asin( circ->Radius / ( Re - circ->Radius ) ) ); in vtkCosmicTreeLayoutStrategyComputeCentersQuick()
219 double localErr = fabs( angp[i] - ang[i] ); in vtkCosmicTreeLayoutStrategyComputeCentersQuick()
227 if ( angp[i] / sumAngp > 0.5 ) in vtkCosmicTreeLayoutStrategyComputeCentersQuick()
229 sumAngp -= angp[i]; in vtkCosmicTreeLayoutStrategyComputeCentersQuick()
230 angp[i] = sumAngp; in vtkCosmicTreeLayoutStrategyComputeCentersQuick()
233 ang[i] = angp[i] / sumAngp * twopi; in vtkCosmicTreeLayoutStrategyComputeCentersQuick()
/dports/math/vtk9/VTK-9.1.0/Infovis/Layout/
H A DvtkCosmicTreeLayoutStrategy.cxx166 std::vector<double> angp; in vtkCosmicTreeLayoutStrategyComputeCentersQuick() local
168 angp.resize(N); in vtkCosmicTreeLayoutStrategyComputeCentersQuick()
219 sumAngp += (angp[i] = 2. * asin(circ->Radius / (Re - circ->Radius))); in vtkCosmicTreeLayoutStrategyComputeCentersQuick()
220 double localErr = fabs(angp[i] - ang[i]); in vtkCosmicTreeLayoutStrategyComputeCentersQuick()
228 if (angp[i] / sumAngp > 0.5) in vtkCosmicTreeLayoutStrategyComputeCentersQuick()
230 sumAngp -= angp[i]; in vtkCosmicTreeLayoutStrategyComputeCentersQuick()
231 angp[i] = sumAngp; in vtkCosmicTreeLayoutStrategyComputeCentersQuick()
234 ang[i] = angp[i] / sumAngp * twopi; in vtkCosmicTreeLayoutStrategyComputeCentersQuick()
/dports/math/vtk6/VTK-6.2.0/Infovis/Layout/
H A DvtkCosmicTreeLayoutStrategy.cxx165 std::vector<double> angp; in vtkCosmicTreeLayoutStrategyComputeCentersQuick() local
167 angp.resize( N ); in vtkCosmicTreeLayoutStrategyComputeCentersQuick()
218 sumAngp += ( angp[i] = 2. * asin( circ->Radius / ( Re - circ->Radius ) ) ); in vtkCosmicTreeLayoutStrategyComputeCentersQuick()
219 double localErr = fabs( angp[i] - ang[i] ); in vtkCosmicTreeLayoutStrategyComputeCentersQuick()
227 if ( angp[i] / sumAngp > 0.5 ) in vtkCosmicTreeLayoutStrategyComputeCentersQuick()
229 sumAngp -= angp[i]; in vtkCosmicTreeLayoutStrategyComputeCentersQuick()
230 angp[i] = sumAngp; in vtkCosmicTreeLayoutStrategyComputeCentersQuick()
233 ang[i] = angp[i] / sumAngp * twopi; in vtkCosmicTreeLayoutStrategyComputeCentersQuick()
/dports/science/tinker/tinker/source/
H A Dkangle.f251 angp(1,j) = an1
252 angp(2,j) = an2
376 if (angp(2,i) .eq. 0.0d0) then
377 angp(2,i) = angp(1,i)
497 if (kap(j).eq.pt .and. angp(nh,j).ne.0.0d0) then
499 anat(i) = angp(nh,j)
H A Dkangs.f66 real*8 angp(2,maxnap)
H A Dreadprm.f466 angp(1,nap) = an1
467 angp(2,nap) = an2
H A Dprtprm.f311 write (itxt,390) i,k1,k2,k3,aconp(i),(angp(j,i),j=1,2)
/dports/science/silo/silo-4.10.2-bsd/src/taurus/
H A Dtaurus.c1089 double pr, aa, bb, cc, dd, angp; in taurus_calc() local
1150 angp = acos(cc) / 3.0; in taurus_calc()
1152 var[ivar] = dd * cos(angp); in taurus_calc()
1182 angp = acos(cc) / 3.0; in taurus_calc()
1184 var[ivar] = dd * cos(angp + ftpi); in taurus_calc()
1214 angp = acos(cc) / 3.0; in taurus_calc()
1246 angp = acos(cc) / 3.0; in taurus_calc()
1248 var[ivar] = dd * (cos(angp) - cos(angp + ttpi)); in taurus_calc()
1279 angp = acos(cc) / 3.0; in taurus_calc()
1312 angp = acos(cc) / 3.0; in taurus_calc()
[all …]
/dports/games/naev/naev-0.7.0/src/
H A Dinput.c1175 double ang, angp, mouseang; in input_clickevent() local
1227 angp = pilot_getNearestAng( player.p, &pid, mouseang, 1 ); in input_clickevent()
1230 if ((ABS(angle_diff(mouseang, angp)) > M_PI / 64) || in input_clickevent()
1231 ABS(angle_diff(mouseang, ang)) < ABS(angle_diff(mouseang, angp))) in input_clickevent()
/dports/biology/protomol/protomol/applications/xyzviz-app/
H A Dxyzviz.cpp121 GLfloat& angp,
451 GLfloat& angp, in parseCmdLine() argument
487 angp = atof(argv[++cur]); in parseCmdLine()
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/abacus/
H A Decp.F656 angp=a0
659 80 angp=angp+anga(nlma,m,lama)*angb((n+1)-nlma,m,lamb)
660 84 s=s+angp*qsum(n,lamb,lama)
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ElementsLib/beams/
H A DANCFCable2D.cpp1658 double angp = 0; in GetAngle2DP() local
1661 angp += XGP((j-1)*Dim()+1) * (-rx.Y()*SVx(j))/rxn; in GetAngle2DP()
1662 angp += XGP((j-1)*Dim()+2) * (SVx(j)*rx.X())/rxn; in GetAngle2DP()
1665 return angp; in GetAngle2DP()
/dports/science/tinker/tinker/doc/sphinx/tinker/text/
H A Dmodules.rst842 angp bond angle parameters for in-plane angle bends
/dports/science/tinker/tinker/doc/sphinx/tinker/_build/latex/
H A Dtinkerusersguide.tex10062 angp bond angle parameters for in\PYGZhy{}plane angle bends