Home
last modified time | relevance | path

Searched defs:EdgeDistance (Results 1 – 7 of 7) sorted by relevance

/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/
H A DVec.h886 struct EdgeDistance { struct
890 EdgeDistance(const Vec<T,S>& i_point, const T i_distance) : in EdgeDistance() argument
/dports/www/osrm-backend/osrm-backend-5.26.0/include/util/
H A Dtypedefs.hpp78 using EdgeDistance = float; typedef
/dports/graphics/R-cran-s2/s2/src/s2/
H A Ds2cell.cc336 inline static S1ChordAngle EdgeDistance(double dirIJ, double uv) { in EdgeDistance() function
/dports/graphics/magnum-extras/magnum-extras-2019.10/src/Magnum/Ui/
H A DStyle.h437 typedef GL::Attribute<1, Vector4> EdgeDistance; typedef
/dports/graphics/s2/s2geometry-0.9.0/src/s2/
H A Ds2cell.cc336 inline static S1ChordAngle EdgeDistance(double dirIJ, double uv) { in EdgeDistance() function
/dports/graphics/py-s2/s2geometry-0.9.0/src/s2/
H A Ds2cell.cc336 inline static S1ChordAngle EdgeDistance(double dirIJ, double uv) { in EdgeDistance() function
/dports/x11/konsole/konsole-21.12.3/src/terminalDisplay/
H A DTerminalDisplay.cpp370 using EdgeDistance = std::pair<int, Qt::Edge>; in showDragTarget() typedef