Home
last modified time | relevance | path

Searched refs:spheroid (Results 1 – 25 of 1424) sorted by relevance

12345678910>>...57

/dports/databases/postgis30/postgis-3.0.4/liblwgeom/
H A Dlwspheroid.c82 geod_init(&gd, spheroid->a, spheroid->f); in spheroid_distance()
103 geod_init(&gd, spheroid->a, spheroid->f); in spheroid_direction()
126 geod_init(&gd, spheroid->a, spheroid->f); in spheroid_project()
144 geod_init(&gd, spheroid->a, spheroid->f); in ptarray_area_spheroid()
189 double f = spheroid->f; in spheroid_distance()
190 double omf = 1 - spheroid->f; in spheroid_distance()
286 double omf = 1 - spheroid->f; in spheroid_direction()
323 C = (spheroid->f / 16.0) * cos_alphasq * (4.0 + spheroid->f * (4.0 - 3.0 * cos_alphasq)); in spheroid_direction()
361 double omf = 1 - spheroid->f; in spheroid_project()
405 C = (spheroid->f / 16.0) * cos_alphasq * (4.0 + spheroid->f * (4.0 - 3.0 * cos_alphasq)); in spheroid_project()
[all …]
/dports/databases/postgis32/postgis-3.2.0/liblwgeom/
H A Dlwspheroid.c82 geod_init(&gd, spheroid->a, spheroid->f); in spheroid_distance()
103 geod_init(&gd, spheroid->a, spheroid->f); in spheroid_direction()
126 geod_init(&gd, spheroid->a, spheroid->f); in spheroid_project()
144 geod_init(&gd, spheroid->a, spheroid->f); in ptarray_area_spheroid()
189 double f = spheroid->f; in spheroid_distance()
190 double omf = 1 - spheroid->f; in spheroid_distance()
286 double omf = 1 - spheroid->f; in spheroid_direction()
323 C = (spheroid->f / 16.0) * cos_alphasq * (4.0 + spheroid->f * (4.0 - 3.0 * cos_alphasq)); in spheroid_direction()
361 double omf = 1 - spheroid->f; in spheroid_project()
405 C = (spheroid->f / 16.0) * cos_alphasq * (4.0 + spheroid->f * (4.0 - 3.0 * cos_alphasq)); in spheroid_project()
[all …]
/dports/databases/postgis31/postgis-3.1.4/liblwgeom/
H A Dlwspheroid.c82 geod_init(&gd, spheroid->a, spheroid->f); in spheroid_distance()
103 geod_init(&gd, spheroid->a, spheroid->f); in spheroid_direction()
126 geod_init(&gd, spheroid->a, spheroid->f); in spheroid_project()
144 geod_init(&gd, spheroid->a, spheroid->f); in ptarray_area_spheroid()
189 double f = spheroid->f; in spheroid_distance()
190 double omf = 1 - spheroid->f; in spheroid_distance()
286 double omf = 1 - spheroid->f; in spheroid_direction()
323 C = (spheroid->f / 16.0) * cos_alphasq * (4.0 + spheroid->f * (4.0 - 3.0 * cos_alphasq)); in spheroid_direction()
361 double omf = 1 - spheroid->f; in spheroid_project()
405 C = (spheroid->f / 16.0) * cos_alphasq * (4.0 + spheroid->f * (4.0 - 3.0 * cos_alphasq)); in spheroid_project()
[all …]
/dports/databases/postgis25/postgis-2.5.5/liblwgeom/
H A Dlwspheroid.c82 geod_init(&gd, spheroid->a, spheroid->f); in spheroid_distance()
103 geod_init(&gd, spheroid->a, spheroid->f); in spheroid_direction()
126 geod_init(&gd, spheroid->a, spheroid->f); in spheroid_project()
144 geod_init(&gd, spheroid->a, spheroid->f); in ptarray_area_spheroid()
189 double f = spheroid->f; in spheroid_distance()
190 double omf = 1 - spheroid->f; in spheroid_distance()
286 double omf = 1 - spheroid->f; in spheroid_direction()
323 C = (spheroid->f / 16.0) * cos_alphasq * (4.0 + spheroid->f * (4.0 - 3.0 * cos_alphasq)); in spheroid_direction()
361 double omf = 1 - spheroid->f; in spheroid_project()
405 C = (spheroid->f / 16.0) * cos_alphasq * (4.0 + spheroid->f * (4.0 - 3.0 * cos_alphasq)); in spheroid_project()
[all …]
/dports/devel/librttopo/librttopo-1.1.0/src/
H A Drtspheroid.c84 geod_init(&gd, spheroid->a, spheroid->f); in spheroid_distance()
105 geod_init(&gd, spheroid->a, spheroid->f); in spheroid_direction()
128 geod_init(&gd, spheroid->a, spheroid->f); in spheroid_project()
146 geod_init(&gd, spheroid->a, spheroid->f); in ptarray_area_spheroid()
191 double f = spheroid->f; in spheroid_distance()
192 double omf = 1 - spheroid->f; in spheroid_distance()
288 double omf = 1 - spheroid->f; in spheroid_direction()
325 C = (spheroid->f / 16.0) * cos_alphasq * (4.0 + spheroid->f * (4.0 - 3.0 * cos_alphasq)); in spheroid_direction()
363 double omf = 1 - spheroid->f; in spheroid_project()
407 C = (spheroid->f / 16.0) * cos_alphasq * (4.0 + spheroid->f * (4.0 - 3.0 * cos_alphasq)); in spheroid_project()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/geometry/formulas/
H A Dmeridian_inverse.hpp64 static CT meridian_not_crossing_pole_dist(T lat1, T lat2, Spheroid const& spheroid) in meridian_not_crossing_pole_dist() argument
66 return math::abs(apply(lat2, spheroid) - apply(lat1, spheroid)); in meridian_not_crossing_pole_dist()
70 static CT meridian_crossing_pole_dist(T lat1, T lat2, Spheroid const& spheroid) in meridian_crossing_pole_dist() argument
79 return math::abs(lat_sign * CT(2) * apply(half_pi, spheroid) in meridian_crossing_pole_dist()
80 - apply(lat1, spheroid) - apply(lat2, spheroid)); in meridian_crossing_pole_dist()
84 static result apply(T lon1, T lat1, T lon2, T lat2, Spheroid const& spheroid) in apply() argument
97 res.distance = meridian_not_crossing_pole_dist(lat1, lat2, spheroid); in apply()
102 res.distance = meridian_crossing_pole_dist(lat1, lat2, spheroid); in apply()
113 static CT apply(T lat, Spheroid const& spheroid) in apply() argument
115 CT const a = get_radius<0>(spheroid); in apply()
[all …]
H A Dgeographic.hpp41 calc_t const e_sqr = eccentricity_sqr<calc_t>(spheroid); in geo_to_cart3d()
67 calc_t const e_sqr = eccentricity_sqr<calc_t>(spheroid); in geo_to_cart3d()
102 calc_t const e_sqr = eccentricity_sqr<calc_t>(spheroid); in cart3d_to_geo()
266 Spheroid const& spheroid) in great_elliptic_intersection() argument
298 result = projected_to_surface(id, spheroid); in great_elliptic_intersection()
302 result = projected_to_surface(neg_id, spheroid); in great_elliptic_intersection()
370 if (! projected_to_surface(io, id, ip1, ip2, spheroid)) in planes_spheroid_intersection()
383 Spheroid const& spheroid) in experimental_elliptic_plane() argument
387 Point3d xy1 = projected_to_xy(p1, spheroid); in experimental_elliptic_plane()
388 Point3d xy2 = projected_to_xy(p2, spheroid); in experimental_elliptic_plane()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/formulas/
H A Dmeridian_inverse.hpp64 static CT meridian_not_crossing_pole_dist(T lat1, T lat2, Spheroid const& spheroid) in meridian_not_crossing_pole_dist() argument
66 return math::abs(apply(lat2, spheroid) - apply(lat1, spheroid)); in meridian_not_crossing_pole_dist()
70 static CT meridian_crossing_pole_dist(T lat1, T lat2, Spheroid const& spheroid) in meridian_crossing_pole_dist() argument
79 return math::abs(lat_sign * CT(2) * apply(half_pi, spheroid) in meridian_crossing_pole_dist()
80 - apply(lat1, spheroid) - apply(lat2, spheroid)); in meridian_crossing_pole_dist()
84 static result apply(T lon1, T lat1, T lon2, T lat2, Spheroid const& spheroid) in apply() argument
97 res.distance = meridian_not_crossing_pole_dist(lat1, lat2, spheroid); in apply()
102 res.distance = meridian_crossing_pole_dist(lat1, lat2, spheroid); in apply()
113 static CT apply(T lat, Spheroid const& spheroid) in apply() argument
115 CT const a = get_radius<0>(spheroid); in apply()
[all …]
H A Dgeographic.hpp41 calc_t const e_sqr = eccentricity_sqr<calc_t>(spheroid); in geo_to_cart3d()
67 calc_t const e_sqr = eccentricity_sqr<calc_t>(spheroid); in geo_to_cart3d()
102 calc_t const e_sqr = eccentricity_sqr<calc_t>(spheroid); in cart3d_to_geo()
266 Spheroid const& spheroid) in great_elliptic_intersection() argument
298 result = projected_to_surface(id, spheroid); in great_elliptic_intersection()
302 result = projected_to_surface(neg_id, spheroid); in great_elliptic_intersection()
370 if (! projected_to_surface(io, id, ip1, ip2, spheroid)) in planes_spheroid_intersection()
383 Spheroid const& spheroid) in experimental_elliptic_plane() argument
387 Point3d xy1 = projected_to_xy(p1, spheroid); in experimental_elliptic_plane()
388 Point3d xy2 = projected_to_xy(p2, spheroid); in experimental_elliptic_plane()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/geometry/formulas/
H A Dmeridian_inverse.hpp64 static CT meridian_not_crossing_pole_dist(T lat1, T lat2, Spheroid const& spheroid) in meridian_not_crossing_pole_dist() argument
66 return math::abs(apply(lat2, spheroid) - apply(lat1, spheroid)); in meridian_not_crossing_pole_dist()
70 static CT meridian_crossing_pole_dist(T lat1, T lat2, Spheroid const& spheroid) in meridian_crossing_pole_dist() argument
79 return math::abs(lat_sign * CT(2) * apply(half_pi, spheroid) in meridian_crossing_pole_dist()
80 - apply(lat1, spheroid) - apply(lat2, spheroid)); in meridian_crossing_pole_dist()
84 static result apply(T lon1, T lat1, T lon2, T lat2, Spheroid const& spheroid) in apply() argument
97 res.distance = meridian_not_crossing_pole_dist(lat1, lat2, spheroid); in apply()
102 res.distance = meridian_crossing_pole_dist(lat1, lat2, spheroid); in apply()
113 static CT apply(T lat, Spheroid const& spheroid) in apply() argument
115 CT const a = get_radius<0>(spheroid); in apply()
[all …]
H A Dgeographic.hpp41 calc_t const e_sqr = eccentricity_sqr<calc_t>(spheroid); in geo_to_cart3d()
67 calc_t const e_sqr = eccentricity_sqr<calc_t>(spheroid); in geo_to_cart3d()
102 calc_t const e_sqr = eccentricity_sqr<calc_t>(spheroid); in cart3d_to_geo()
266 Spheroid const& spheroid) in great_elliptic_intersection() argument
298 result = projected_to_surface(id, spheroid); in great_elliptic_intersection()
302 result = projected_to_surface(neg_id, spheroid); in great_elliptic_intersection()
370 if (! projected_to_surface(io, id, ip1, ip2, spheroid)) in planes_spheroid_intersection()
383 Spheroid const& spheroid) in experimental_elliptic_plane() argument
387 Point3d xy1 = projected_to_xy(p1, spheroid); in experimental_elliptic_plane()
388 Point3d xy2 = projected_to_xy(p2, spheroid); in experimental_elliptic_plane()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/formulas/
H A Dmeridian_inverse.hpp64 static CT meridian_not_crossing_pole_dist(T lat1, T lat2, Spheroid const& spheroid) in meridian_not_crossing_pole_dist() argument
66 return math::abs(apply(lat2, spheroid) - apply(lat1, spheroid)); in meridian_not_crossing_pole_dist()
70 static CT meridian_crossing_pole_dist(T lat1, T lat2, Spheroid const& spheroid) in meridian_crossing_pole_dist() argument
79 return math::abs(lat_sign * CT(2) * apply(half_pi, spheroid) in meridian_crossing_pole_dist()
80 - apply(lat1, spheroid) - apply(lat2, spheroid)); in meridian_crossing_pole_dist()
84 static result apply(T lon1, T lat1, T lon2, T lat2, Spheroid const& spheroid) in apply() argument
97 res.distance = meridian_not_crossing_pole_dist(lat1, lat2, spheroid); in apply()
102 res.distance = meridian_crossing_pole_dist(lat1, lat2, spheroid); in apply()
113 static CT apply(T lat, Spheroid const& spheroid) in apply() argument
115 CT const a = get_radius<0>(spheroid); in apply()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/formulas/
H A Dmeridian_inverse.hpp64 static CT meridian_not_crossing_pole_dist(T lat1, T lat2, Spheroid const& spheroid) in meridian_not_crossing_pole_dist() argument
66 return math::abs(apply(lat2, spheroid) - apply(lat1, spheroid)); in meridian_not_crossing_pole_dist()
70 static CT meridian_crossing_pole_dist(T lat1, T lat2, Spheroid const& spheroid) in meridian_crossing_pole_dist() argument
79 return math::abs(lat_sign * CT(2) * apply(half_pi, spheroid) in meridian_crossing_pole_dist()
80 - apply(lat1, spheroid) - apply(lat2, spheroid)); in meridian_crossing_pole_dist()
84 static result apply(T lon1, T lat1, T lon2, T lat2, Spheroid const& spheroid) in apply() argument
97 res.distance = meridian_not_crossing_pole_dist(lat1, lat2, spheroid); in apply()
102 res.distance = meridian_crossing_pole_dist(lat1, lat2, spheroid); in apply()
113 static CT apply(T lat, Spheroid const& spheroid) in apply() argument
115 CT const a = get_radius<0>(spheroid); in apply()
[all …]
H A Dgeographic.hpp41 calc_t const e_sqr = eccentricity_sqr<calc_t>(spheroid); in geo_to_cart3d()
67 calc_t const e_sqr = eccentricity_sqr<calc_t>(spheroid); in geo_to_cart3d()
102 calc_t const e_sqr = eccentricity_sqr<calc_t>(spheroid); in cart3d_to_geo()
266 Spheroid const& spheroid) in great_elliptic_intersection() argument
298 result = projected_to_surface(id, spheroid); in great_elliptic_intersection()
302 result = projected_to_surface(neg_id, spheroid); in great_elliptic_intersection()
370 if (! projected_to_surface(io, id, ip1, ip2, spheroid)) in planes_spheroid_intersection()
383 Spheroid const& spheroid) in experimental_elliptic_plane() argument
387 Point3d xy1 = projected_to_xy(p1, spheroid); in experimental_elliptic_plane()
388 Point3d xy2 = projected_to_xy(p2, spheroid); in experimental_elliptic_plane()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/formulas/
H A Dmeridian_inverse.hpp64 static CT meridian_not_crossing_pole_dist(T lat1, T lat2, Spheroid const& spheroid) in meridian_not_crossing_pole_dist() argument
66 return math::abs(apply(lat2, spheroid) - apply(lat1, spheroid)); in meridian_not_crossing_pole_dist()
70 static CT meridian_crossing_pole_dist(T lat1, T lat2, Spheroid const& spheroid) in meridian_crossing_pole_dist() argument
79 return math::abs(lat_sign * CT(2) * apply(half_pi, spheroid) in meridian_crossing_pole_dist()
80 - apply(lat1, spheroid) - apply(lat2, spheroid)); in meridian_crossing_pole_dist()
84 static result apply(T lon1, T lat1, T lon2, T lat2, Spheroid const& spheroid) in apply() argument
97 res.distance = meridian_not_crossing_pole_dist(lat1, lat2, spheroid); in apply()
102 res.distance = meridian_crossing_pole_dist(lat1, lat2, spheroid); in apply()
113 static CT apply(T lat, Spheroid const& spheroid) in apply() argument
115 CT const a = get_radius<0>(spheroid); in apply()
[all …]
H A Dgeographic.hpp41 calc_t const e_sqr = eccentricity_sqr<calc_t>(spheroid); in geo_to_cart3d()
67 calc_t const e_sqr = eccentricity_sqr<calc_t>(spheroid); in geo_to_cart3d()
102 calc_t const e_sqr = eccentricity_sqr<calc_t>(spheroid); in cart3d_to_geo()
266 Spheroid const& spheroid) in great_elliptic_intersection() argument
298 result = projected_to_surface(id, spheroid); in great_elliptic_intersection()
302 result = projected_to_surface(neg_id, spheroid); in great_elliptic_intersection()
370 if (! projected_to_surface(io, id, ip1, ip2, spheroid)) in planes_spheroid_intersection()
383 Spheroid const& spheroid) in experimental_elliptic_plane() argument
387 Point3d xy1 = projected_to_xy(p1, spheroid); in experimental_elliptic_plane()
388 Point3d xy2 = projected_to_xy(p2, spheroid); in experimental_elliptic_plane()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/geometry/formulas/
H A Dmeridian_inverse.hpp64 static CT meridian_not_crossing_pole_dist(T lat1, T lat2, Spheroid const& spheroid) in meridian_not_crossing_pole_dist() argument
66 return math::abs(apply(lat2, spheroid) - apply(lat1, spheroid)); in meridian_not_crossing_pole_dist()
70 static CT meridian_crossing_pole_dist(T lat1, T lat2, Spheroid const& spheroid) in meridian_crossing_pole_dist() argument
79 return math::abs(lat_sign * CT(2) * apply(half_pi, spheroid) in meridian_crossing_pole_dist()
80 - apply(lat1, spheroid) - apply(lat2, spheroid)); in meridian_crossing_pole_dist()
84 static result apply(T lon1, T lat1, T lon2, T lat2, Spheroid const& spheroid) in apply() argument
97 res.distance = meridian_not_crossing_pole_dist(lat1, lat2, spheroid); in apply()
102 res.distance = meridian_crossing_pole_dist(lat1, lat2, spheroid); in apply()
113 static CT apply(T lat, Spheroid const& spheroid) in apply() argument
115 CT const a = get_radius<0>(spheroid); in apply()
[all …]
H A Dgeographic.hpp41 calc_t const e_sqr = eccentricity_sqr<calc_t>(spheroid); in geo_to_cart3d()
67 calc_t const e_sqr = eccentricity_sqr<calc_t>(spheroid); in geo_to_cart3d()
102 calc_t const e_sqr = eccentricity_sqr<calc_t>(spheroid); in cart3d_to_geo()
266 Spheroid const& spheroid) in great_elliptic_intersection() argument
298 result = projected_to_surface(id, spheroid); in great_elliptic_intersection()
302 result = projected_to_surface(neg_id, spheroid); in great_elliptic_intersection()
370 if (! projected_to_surface(io, id, ip1, ip2, spheroid)) in planes_spheroid_intersection()
383 Spheroid const& spheroid) in experimental_elliptic_plane() argument
387 Point3d xy1 = projected_to_xy(p1, spheroid); in experimental_elliptic_plane()
388 Point3d xy2 = projected_to_xy(p2, spheroid); in experimental_elliptic_plane()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/geometry/formulas/
H A Dmeridian_inverse.hpp64 static CT meridian_not_crossing_pole_dist(T lat1, T lat2, Spheroid const& spheroid) in meridian_not_crossing_pole_dist() argument
66 return math::abs(apply(lat2, spheroid) - apply(lat1, spheroid)); in meridian_not_crossing_pole_dist()
70 static CT meridian_crossing_pole_dist(T lat1, T lat2, Spheroid const& spheroid) in meridian_crossing_pole_dist() argument
79 return math::abs(lat_sign * CT(2) * apply(half_pi, spheroid) in meridian_crossing_pole_dist()
80 - apply(lat1, spheroid) - apply(lat2, spheroid)); in meridian_crossing_pole_dist()
84 static result apply(T lon1, T lat1, T lon2, T lat2, Spheroid const& spheroid) in apply() argument
97 res.distance = meridian_not_crossing_pole_dist(lat1, lat2, spheroid); in apply()
102 res.distance = meridian_crossing_pole_dist(lat1, lat2, spheroid); in apply()
113 static CT apply(T lat, Spheroid const& spheroid) in apply() argument
115 CT const a = get_radius<0>(spheroid); in apply()
[all …]
H A Dgeographic.hpp41 calc_t const e_sqr = eccentricity_sqr<calc_t>(spheroid); in geo_to_cart3d()
67 calc_t const e_sqr = eccentricity_sqr<calc_t>(spheroid); in geo_to_cart3d()
102 calc_t const e_sqr = eccentricity_sqr<calc_t>(spheroid); in cart3d_to_geo()
266 Spheroid const& spheroid) in great_elliptic_intersection() argument
298 result = projected_to_surface(id, spheroid); in great_elliptic_intersection()
302 result = projected_to_surface(neg_id, spheroid); in great_elliptic_intersection()
370 if (! projected_to_surface(io, id, ip1, ip2, spheroid)) in planes_spheroid_intersection()
383 Spheroid const& spheroid) in experimental_elliptic_plane() argument
387 Point3d xy1 = projected_to_xy(p1, spheroid); in experimental_elliptic_plane()
388 Point3d xy2 = projected_to_xy(p2, spheroid); in experimental_elliptic_plane()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/geometry/formulas/
H A Dmeridian_inverse.hpp64 static CT meridian_not_crossing_pole_dist(T lat1, T lat2, Spheroid const& spheroid) in meridian_not_crossing_pole_dist() argument
66 return math::abs(apply(lat2, spheroid) - apply(lat1, spheroid)); in meridian_not_crossing_pole_dist()
70 static CT meridian_crossing_pole_dist(T lat1, T lat2, Spheroid const& spheroid) in meridian_crossing_pole_dist() argument
79 return math::abs(lat_sign * CT(2) * apply(half_pi, spheroid) in meridian_crossing_pole_dist()
80 - apply(lat1, spheroid) - apply(lat2, spheroid)); in meridian_crossing_pole_dist()
84 static result apply(T lon1, T lat1, T lon2, T lat2, Spheroid const& spheroid) in apply() argument
97 res.distance = meridian_not_crossing_pole_dist(lat1, lat2, spheroid); in apply()
102 res.distance = meridian_crossing_pole_dist(lat1, lat2, spheroid); in apply()
113 static CT apply(T lat, Spheroid const& spheroid) in apply() argument
115 CT const a = get_radius<0>(spheroid); in apply()
[all …]
H A Dgeographic.hpp41 calc_t const e_sqr = eccentricity_sqr<calc_t>(spheroid); in geo_to_cart3d()
67 calc_t const e_sqr = eccentricity_sqr<calc_t>(spheroid); in geo_to_cart3d()
102 calc_t const e_sqr = eccentricity_sqr<calc_t>(spheroid); in cart3d_to_geo()
266 Spheroid const& spheroid) in great_elliptic_intersection() argument
298 result = projected_to_surface(id, spheroid); in great_elliptic_intersection()
302 result = projected_to_surface(neg_id, spheroid); in great_elliptic_intersection()
370 if (! projected_to_surface(io, id, ip1, ip2, spheroid)) in planes_spheroid_intersection()
383 Spheroid const& spheroid) in experimental_elliptic_plane() argument
387 Point3d xy1 = projected_to_xy(p1, spheroid); in experimental_elliptic_plane()
388 Point3d xy2 = projected_to_xy(p2, spheroid); in experimental_elliptic_plane()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/srs/
H A Dspheroid.hpp50 class spheroid class
53 spheroid(RadiusType const& a, RadiusType const& b) in spheroid() function in boost::geometry::srs::spheroid
62 spheroid() in spheroid() function in boost::geometry::srs::spheroid
72 ~spheroid() in ~spheroid()
122 struct tag< srs::spheroid<RadiusType> >
128 struct radius_type< srs::spheroid<RadiusType> >
134 struct radius_access<srs::spheroid<RadiusType>, Dimension>
136 typedef srs::spheroid<RadiusType> spheroid_type;
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/srs/
H A Dspheroid.hpp50 class spheroid class
53 spheroid(RadiusType const& a, RadiusType const& b) in spheroid() function in boost::geometry::srs::spheroid
62 spheroid() in spheroid() function in boost::geometry::srs::spheroid
72 ~spheroid() in ~spheroid()
122 struct tag< srs::spheroid<RadiusType> >
128 struct radius_type< srs::spheroid<RadiusType> >
134 struct radius_access<srs::spheroid<RadiusType>, Dimension>
136 typedef srs::spheroid<RadiusType> spheroid_type;
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/srs/
H A Dspheroid.hpp50 class spheroid class
53 spheroid(RadiusType const& a, RadiusType const& b) in spheroid() function in boost::geometry::srs::spheroid
62 spheroid() in spheroid() function in boost::geometry::srs::spheroid
72 ~spheroid() in ~spheroid()
122 struct tag< srs::spheroid<RadiusType> >
128 struct radius_type< srs::spheroid<RadiusType> >
134 struct radius_access<srs::spheroid<RadiusType>, Dimension>
136 typedef srs::spheroid<RadiusType> spheroid_type;

12345678910>>...57