Home
last modified time | relevance | path

Searched defs:Bearing (Results 1 – 9 of 9) sorted by relevance

/dports/www/osrm-backend/osrm-backend-5.26.0/include/engine/
H A Dbearing.hpp36 struct Bearing struct
38 short bearing;
39 short range;
41 bool IsValid() const { return bearing >= 0 && bearing <= 360 && range >= 0 && range <= 180; } in IsValid()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/geo-0.13.0/src/algorithm/
H A Dbearing.rs9 pub trait Bearing<T: Float> { interface
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/protocol/extensions/geoloc/
H A DGeoLoc.cs124 public double Bearing property in agsXMPP.protocol.extensions.geoloc.GeoLoc
/dports/devel/upp/upp/uppsrc/Geom/
H A Dgeometry.h58 inline double Bearing (const Pointf& p, const Pointf& c) { return Bearing(p - c); } in Bearing() function
/dports/science/py-pygeodesy/PyGeodesy-21.9.16/pygeodesy/
H A Dunits.py602 class Bearing(Degrees): class
/dports/math/cgal/CGAL-5.3/include/CGAL/Segment_Delaunay_graph_Linf_2/
H A DBasic_predicates_C2.h74 typedef unsigned int Bearing; typedef
H A DVoronoi_vertex_ring_C2.h68 typedef typename Base::Bearing Bearing; typedef
H A DVoronoi_vertex_sqrt_field_new_C2.h113 typedef typename Base::Bearing Bearing; typedef
/dports/devel/upp/upp/uppsrc/Core/
H A DGtypes.h726 inline double Bearing(const Pointf& p) { return Direction(p); } in Bearing() function