Home
last modified time | relevance | path

Searched defs:sin_lon (Results 1 – 25 of 34) sorted by relevance

12

/dports/astro/oskar/OSKAR-2.8.0/oskar/convert/src/
H A Doskar_convert_lon_lat_to_xyz.c20 const float sin_lon = sinf(lon_rad[i]); in oskar_convert_lon_lat_to_xyz_f() local
36 const double sin_lon = sin(lon_rad[i]); in oskar_convert_lon_lat_to_xyz_d() local
H A Doskar_convert_enu_to_offset_ecef.c21 const double sin_lon = sin(lon_rad); in oskar_convert_enu_to_offset_ecef_d() local
56 const double sin_lon = sin((double)lon_rad); in oskar_convert_enu_to_offset_ecef_f() local
H A Doskar_convert_geodetic_spherical_to_ecef.c28 const double sin_lon = sin(lon_); in oskar_convert_geodetic_spherical_to_ecef() local
H A Doskar_convert_ecef_to_enu.c20 double sin_lon = 0.0, cos_lon = 0.0, sin_lat = 0.0, cos_lat = 0.0; in oskar_convert_ecef_to_enu() local
H A Doskar_convert_enu_directions_to_cirs_relative_directions.c46 const double sin_lon = sin(lon_rad); in OSKAR_CONVERT_ENU_DIR_TO_CIRS_REL_DIR() local
H A Doskar_convert_cirs_relative_directions_to_enu_directions.c48 const double sin_lon = sin(lon_rad); in OSKAR_CONVERT_CIRS_REL_DIR_TO_ENU_DIR() local
/dports/astro/oskar/OSKAR-2.8.0/oskar/math/src/
H A Doskar_rotate.c18 const float sin_lon = sinf(lon); in oskar_rotate_sph_f() local
37 const double sin_lon = sin(lon); in oskar_rotate_sph_d() local
/dports/graphics/colmap/colmap-3.6/src/base/
H A Dgps.cc70 const double sin_lon = sin(lon); in EllToXYZ() local
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/base/
H A DossimLsrSpace.cpp132 double sin_lon = ossim::sind(origin.lon); in ossimLsrSpace() local
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/projection/
H A DossimIpodSensor.cpp114 double sin_lon = ossim::sind(m_adjustedPlatformPosition.lond()); in updateModel() local
H A DossimSkyBoxLearSensor.cpp116 double sin_lon = ossim::sind(m_adjustedPlatformPosition.lond()); in updateModel() local
/dports/astro/xearth/xearth-1.2/
H A Dxearth.h206 double cos_lon, sin_lon; /* cos/sin of view_lon */ member
/dports/astro/tclgeomap/tclgeomap-2.11.6/generic/
H A Dgeography.c767 double cos_lat, cos_lon, sin_lon, sin_lat; local
/dports/devel/boost-docs/boost_1_72_0/boost/geometry/formulas/
H A Dgeographic.hpp72 calc_t const sin_lon = sin(lon); in geo_to_cart3d() local
H A Dsjoberg_intersection.hpp161 CT const sin_lon = sin(lon); in apply() local
/dports/devel/boost-libs/boost_1_72_0/boost/geometry/formulas/
H A Dgeographic.hpp72 calc_t const sin_lon = sin(lon); in geo_to_cart3d() local
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/formulas/
H A Dgeographic.hpp72 calc_t const sin_lon = sin(lon); in geo_to_cart3d() local
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/formulas/
H A Dgeographic.hpp72 calc_t const sin_lon = sin(lon); in geo_to_cart3d() local
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/formulas/
H A Dgeographic.hpp72 calc_t const sin_lon = sin(lon); in geo_to_cart3d() local
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/geometry/formulas/
H A Dgeographic.hpp72 calc_t const sin_lon = sin(lon); in geo_to_cart3d() local
/dports/devel/boost-python-libs/boost_1_72_0/boost/geometry/formulas/
H A Dgeographic.hpp72 calc_t const sin_lon = sin(lon); in geo_to_cart3d() local
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/geometry/formulas/
H A Dgeographic.hpp72 calc_t const sin_lon = sin(lon); in geo_to_cart3d() local
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/formulas/
H A Dgeographic.hpp72 calc_t const sin_lon = sin(lon); in geo_to_cart3d() local
/dports/astro/xplanet/xplanet-1.3.1/src/
H A DMap.cpp971 double sin_lon = sinLonArray_[(ulx + lrx)/2]; in CreateMap() local
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_proj.c1382 double k, tmp, sin_lat, cos_lat, sin_lon, cos_lon, c; in gmtproj_lambeq() local
1911 double sin_lat, cos_lat, sin_lon, cos_lon; in gmtproj_ortho() local
1952 double k, sin_lat, cos_lat, sin_lon, cos_lon, cc; in gmtproj_gnomonic() local

12