Home
last modified time | relevance | path

Searched refs:Rtheta (Results 1 – 4 of 4) sorted by relevance

/dports/astro/xplanet/xplanet-1.3.1/src/libprojection/
H A DProjectionBonne.cpp109 const double Rtheta = sign_ * sqrt(X*X + Y*Y); in pixelToSpherical() local
111 lat = Y0_ - Rtheta; in pixelToSpherical()
114 const double Aphi = atan2(X/Rtheta, Y/Rtheta); in pixelToSpherical()
118 lon = Aphi * Rtheta / cos(lat); in pixelToSpherical()
145 double Rtheta = Y0_ - lat; in sphericalToPixel() local
146 double Aphi = lon * cos(lat) / Rtheta; in sphericalToPixel()
148 X = Rtheta * sin(Aphi); in sphericalToPixel()
149 Y = Y0_ - Rtheta * cos(Aphi); in sphericalToPixel()
/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rgrl/
H A Drgrl_est_rigid.cxx260 vnl_matrix<double> Rtheta(3,3,0.0); in determine_covariance() local
270 Rtheta(0,0) = std::cos(theta); in determine_covariance()
271 Rtheta(0,1) = -std::sin(theta); in determine_covariance()
272 Rtheta(1,0) = std::sin(theta); in determine_covariance()
273 Rtheta(1,1) = std::cos(theta); in determine_covariance()
274 Rtheta(2,2) = 1; in determine_covariance()
322 vnl_matrix<double> R = Rphi * Ralpha * Rtheta; in determine_covariance()
323 vnl_matrix<double> dRdphi = Rphid * Ralpha * Rtheta; in determine_covariance()
324 vnl_matrix<double> dRdalpha = Rphi * Ralphad * Rtheta; in determine_covariance()
332 vnl_matrix<double> d2Rdphi2 = Rphidd * Ralpha * Rtheta; in determine_covariance()
[all …]
/dports/science/openmx/openmx3.8/source/
H A Dexx_step2.c69 double cc[3], v_R[3], R, Rtheta, Rphi; in step2_core() local
233 EXX_Vector_C2S(v_R, &R, &Rtheta, &Rphi); in step2_core()
239 list_Rt[nrn] = Rtheta; in step2_core()
/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/base/
H A Dmbpar.cc373 Mat3x3 Rtheta(RotManip::Rot(Vec3(0., 0., theta))); in Reference_int() local
375 Vec3 Xr = rfOut.GetR()*(Vec3(0., 0., d) + Rtheta*Vec3(a, 0., 0.)); in Reference_int()
377 R = rfOut.GetR()*Rtheta*Ralpha; in Reference_int()