Home
last modified time | relevance | path

Searched refs:sphere (Results 1 – 25 of 62) sorted by relevance

123

/third_party/boost/boost/geometry/srs/
Dsphere.hpp44 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/
Dgstsphere.c86 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 …]
Dgstsphere.h83 GST_ELEMENT_REGISTER_DECLARE (sphere);
Dplugin.c52 ret |= GST_ELEMENT_REGISTER (sphere, plugin); in plugin_init()
/third_party/boost/libs/geometry/doc/generated/
Ddistance_haversine.qbk19 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
Darea_spherical.qbk22 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…
Ddensify_spherical.qbk32 [[typename RadiusTypeOrSphere] [double] [numeric type for radius (of sphere, earth) or sphere model…
Dget.qbk22 … 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.
Dset.qbk22 …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.
Ddistance_cross_track_point_box.qbk22 Class which calculates the distance of a point to a box, for points and boxes on a sphere or globe
Ddistance_cross_track.qbk22 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/
Dget_radius.hpp40 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/
Dtransform.qbk21 …(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/
Ddirect.cpp84 bg::srs::sphere<double> const sphere; in test_all() local
117 azi12r, sphere); in test_all()
/third_party/boost/libs/geometry/doc/
Dquickstart.qbk68 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
Dgeometry.qbk61 [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/
Dradius.cpp52 typedef bg::srs::sphere<T> Se; in test_all()
/third_party/boost/libs/random/doc/
Dtutorial.qbk30 [section Generating quasi-random line-sphere intersections]
Ddistributions.qbk106 [[__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/
Darea_multi.cpp38 double r2 = bg::math::sqr(bg::get_radius<0>(bg::srs::sphere<double>())); in test_all()
/third_party/boost/libs/geometry/doc/reference/core/
Dget_point.qbk16 [[Circle or Sphere][Returns the coordinate of the center of a circle or sphere (currently in an ext…
Dset_point.qbk17 [[Circle or Sphere][Sets the coordinate of the center of a circle or sphere (currently in an extens…
/third_party/boost/boost/geometry/formulas/
Dspherical.hpp232 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/
DDoxyfile57 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/
DSphereEffect.cpp423 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()

123