/third_party/boost/boost/geometry/srs/ |
D | sphere.hpp | 44 class sphere class 47 explicit sphere(RadiusType const& r) in sphere() function in boost::geometry::srs::sphere 51 sphere() in sphere() function in boost::geometry::srs::sphere 83 struct tag< srs::sphere<RadiusType> > 89 struct radius_type< srs::sphere<RadiusType> > 95 struct radius_access<srs::sphere<RadiusType>, Dimension> 97 typedef srs::sphere<RadiusType> sphere_type;
|
/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/ |
D | gstsphere.c | 86 GST_ELEMENT_REGISTER_DEFINE_WITH_CODE (sphere, "sphere", GST_RANK_NONE, 94 GstSphere *sphere; in gst_sphere_set_property() local 99 sphere = GST_SPHERE_CAST (object); in gst_sphere_set_property() 105 if (v != sphere->refraction) { in gst_sphere_set_property() 106 sphere->refraction = v; in gst_sphere_set_property() 121 GstSphere *sphere; in gst_sphere_get_property() local 123 sphere = GST_SPHERE_CAST (object); in gst_sphere_get_property() 127 g_value_set_double (value, sphere->refraction); in gst_sphere_get_property() 141 GstSphere *sphere = GST_SPHERE_CAST (gt); in sphere_map() local 156 gdouble r_refraction = 1.0 / sphere->refraction; in sphere_map() [all …]
|
D | gstsphere.h | 83 GST_ELEMENT_REGISTER_DECLARE (sphere);
|
D | plugin.c | 52 ret |= GST_ELEMENT_REGISTER (sphere, plugin); in plugin_init()
|
/third_party/boost/libs/geometry/doc/generated/ |
D | distance_haversine.qbk | 19 Distance calculation for spherical coordinates on a perfect sphere using haversine. 32 [[typename RadiusTypeOrSphere] [double] [numeric type for radius (of sphere, earth) or sphere model… 41 ] [Default constructor, radius set to 1.0 for the unit sphere. ] [ 47 ] [Constructor. ] [[* RadiusOrSphere const &]: ['radius_or_sphere]: radius of the sphere or sphere…
|
D | area_spherical.qbk | 22 Calculates area on the surface of a sphere using the trapezoidal rule 35 [[typename RadiusTypeOrSphere] [double] [numeric type for radius (of sphere, earth) or sphere model…
|
D | densify_spherical.qbk | 32 [[typename RadiusTypeOrSphere] [double] [numeric type for radius (of sphere, earth) or sphere model…
|
D | get.qbk | 22 … functions you normally get and set coordinate values from and for a point, box, segment or sphere. 61 …functions you normally get and set coordinate values from and for a point, box, segment or sphere.
|
D | set.qbk | 22 …functions you normally get and set coordinate values from and for a point, box, segment or sphere. 59 …functions you normally get and set coordinate values from and for a point, box, segment or sphere.
|
D | distance_cross_track_point_box.qbk | 22 Class which calculates the distance of a point to a box, for points and boxes on a sphere or globe
|
D | distance_cross_track.qbk | 22 Class which calculates the distance of a point to a segment, for points on a sphere or globe
|
/third_party/boost/boost/geometry/strategies/spherical/ |
D | get_radius.hpp | 40 static type apply(RadiusTypeOrSphere const& sphere) in apply() 42 return geometry::get_radius<0>(sphere); in apply()
|
/third_party/boost/libs/geometry/doc/reference/algorithms/ |
D | transform.qbk | 21 …(3D)][Transforms coordinates from spherical coordinates to X,Y,Z, or vice versa, on a unit sphere]] 23 …oordinates from spherical coordinates to X,Y,Z, or vice versa, on a unit sphere. Third coordinate …
|
/third_party/boost/libs/geometry/test/formulas/ |
D | direct.cpp | 84 bg::srs::sphere<double> const sphere; in test_all() local 117 azi12r, sphere); in test_all()
|
/third_party/boost/libs/geometry/doc/ |
D | quickstart.qbk | 68 It is also possible to use non-Cartesian points. For example: points on a sphere. 70 is handling spherical points and calculates the distance over the sphere, 76 We approximate the Earth as a sphere and calculate the distance between Amsterdam
|
D | geometry.qbk | 61 [def __sph1__ on a unit sphere (or another sphere, if specified as such in the constructor of the s…
|
/third_party/boost/libs/geometry/test/core/ |
D | radius.cpp | 52 typedef bg::srs::sphere<T> Se; in test_all()
|
/third_party/boost/libs/random/doc/ |
D | tutorial.qbk | 30 [section Generating quasi-random line-sphere intersections]
|
D | distributions.qbk | 106 [[__uniform_on_sphere] [uniform distribution on a unit sphere of arbitrary 109 sphere) where to spend the next vacations]]
|
/third_party/boost/libs/geometry/test/algorithms/area/ |
D | area_multi.cpp | 38 double r2 = bg::math::sqr(bg::get_radius<0>(bg::srs::sphere<double>())); in test_all()
|
/third_party/boost/libs/geometry/doc/reference/core/ |
D | get_point.qbk | 16 [[Circle or Sphere][Returns the coordinate of the center of a circle or sphere (currently in an ext…
|
D | set_point.qbk | 17 [[Circle or Sphere][Sets the coordinate of the center of a circle or sphere (currently in an extens…
|
/third_party/boost/boost/geometry/formulas/ |
D | spherical.hpp | 232 Sphere const& sphere) in spherical_direct() argument 245 CT const sig2 = sig1 + sig12 / get_radius<0>(sphere); in spherical_direct()
|
/third_party/boost/libs/geometry/doc/doxy/ |
D | Doxyfile | 57 tparam_radius="numeric type for radius (of sphere, earth)" \ 58 … tparam_radius_or_sphere="numeric type for radius (of sphere, earth) or sphere model" \ 111 …nctions you normally get and set coordinate values from and for a point, box, segment or sphere." \
|
/third_party/skia/modules/skottie/src/effects/ |
D | SphereEffect.cpp | 423 auto sphere = sk_make_sp<SphereNode>(std::move(layer), fLayerSize); in attachSphereEffect() local 425 return fBuilder->attachDiscardableAdapter<SphereAdapter>(jprops, fBuilder, std::move(sphere)); in attachSphereEffect()
|