Home
last modified time | relevance | path

Searched defs:Distance (Results 1 – 25 of 2066) sorted by relevance

12345678910>>...83

/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/geom/src/
H A Ddistance.rs7 pub struct Distance(f64); struct
10 impl Eq for Distance {} implementation
11 impl Ord for Distance { implementation
17 impl Distance { impl
45 pub fn abs(self) -> Distance { in abs()
74 impl fmt::Display for Distance { implementation
81 impl ops::Add for Distance { implementation
95 impl ops::Sub for Distance { implementation
103 impl ops::Neg for Distance { implementation
106 fn neg(self) -> Distance { in neg()
[all …]
H A Dpolyline.rs78 self_width: Distance, in to_thick_boundary()
79 boundary_width: Distance, in to_thick_boundary()
191 pub fn slice(&self, start: Distance, end: Distance) -> Result<(PolyLine, Distance), String> { in slice() argument
446 width: Distance, in make_polygons_with_miter_threshold()
473 width: Distance, in exact_dashed_polygons()
474 dash_len: Distance, in exact_dashed_polygons()
475 dash_separation: Distance, in exact_dashed_polygons()
500 width: Distance, in dashed_lines()
501 dash_len: Distance, in dashed_lines()
597 width: Distance, in dashed_arrow()
[all …]
/dports/math/cgal/CGAL-5.3/examples/Spatial_searching/
H A DDistance.h1 struct Distance { struct
2 typedef Point Query_item;
3 typedef Point Point_d;
4 typedef double FT;
5 typedef CGAL::Dimension_tag<3> D;
7 double transformed_distance(const Point& p1, const Point& p2) const { in transformed_distance()
14 double min_distance_to_rectangle(const Point& p, in min_distance_to_rectangle()
28 double min_distance_to_rectangle(const Point& p, in min_distance_to_rectangle()
61 double max_distance_to_rectangle(const Point& p, in max_distance_to_rectangle()
77 double max_distance_to_rectangle(const Point& p, in max_distance_to_rectangle()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Cairo/Mono.Cairo/
H A DDistance.cs39 public struct Distance struct
41 public Distance (double dx, double dy) in Distance() method
47 double dx, dy;
48 public double Dx {
53 public double Dy {
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/cairo/
H A DDistance.cs39 public struct Distance struct
41 public Distance (double dx, double dy) in Distance() method
47 double dx, dy;
48 public double Dx {
53 public double Dy {
/dports/databases/grass7/grass-7.8.6/raster/r.buffer/
H A Ddistance.h27 struct Distance struct
42 extern struct Distance *distances; argument
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/matrix-org/pinecone/cmd/pineconesim/simulator/
H A Dtypes.go29 type Distance struct { struct
30 Real int64
31 ObservedTree int64
32 ObservedSNEK int64
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/shapes/shapes_tools/
H A Dshapes_buffer.cpp230 double Distance; in Get_Buffers() local
285 bool CShapes_Buffer::Get_Buffer(CSG_Shape *pShape, CSG_Shape *pBuffer, double Distance) in Get_Buffer()
300 bool CShapes_Buffer::Get_Buffer_Point(CSG_Shape *pPoint, CSG_Shape *pBuffer, double Distance) in Get_Buffer_Point()
308 bool CShapes_Buffer::Get_Buffer_Points(CSG_Shape *pPoints, CSG_Shape *pBuffer, double Distance) in Get_Buffer_Points()
336 bool CShapes_Buffer::Get_Buffer_Line(CSG_Shape *pLine, CSG_Shape *pBuffer, double Distance) in Get_Buffer_Line()
342 bool CShapes_Buffer::Get_Buffer_Polygon(CSG_Shape *pPolygon, CSG_Shape *pBuffer, double Distance) in Get_Buffer_Polygon()
375 …apes_Buffer::Get_Parallel(const TSG_Point &A, const TSG_Point &B, TSG_Point AB[2], double Distance) in Get_Parallel()
405 inline void CShapes_Buffer::Add_Vertex(CSG_Shape *pBuffer, const TSG_Point &Center, double Distance in Add_Vertex()
414 inline void CShapes_Buffer::Add_Arc(CSG_Shape *pBuffer, const TSG_Point &Center, double Distance, d… in Add_Arc()
437 inline void CShapes_Buffer::Add_Arc(CSG_Shape *pBuffer, const TSG_Point &Center, double Distance, c… in Add_Arc()
/dports/games/dustrac/DustRacing2D-ae380b8/src/game/MiniCore/src/Graphics/contrib/glm/ogl-math/glm/gtx/
H A Dextend.inl17 genType const & Distance
28 valType const & Distance
39 valType const & Distance
50 valType const & Distance
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/map_model/src/
H A Dtraversable.rs42 pub fn dist_along(&self) -> Distance { in dist_along()
74 our_len: Distance, in equiv_pos_for_long_object()
96 pub fn min_dist(mut self, dist_along: Distance, map: &Map) -> Option<Position> { in min_dist()
106 pub fn buffer_dist(mut self, buffer: Distance, map: &Map) -> Option<Position> { in buffer_dist()
166 pub fn length(&self, map: &Map) -> Distance { in length()
173 pub fn dist_along(&self, dist: Distance, map: &Map) -> Result<(Pt2D, Angle), String> { in dist_along()
182 start: Distance, in slice()
183 end: Distance, in slice()
185 ) -> Result<(PolyLine, Distance), String> { in slice() argument
192 pub fn exact_slice(&self, start: Distance, end: Distance, map: &Map) -> PolyLine { in exact_slice()
/dports/emulators/mess/mame-mame0226/3rdparty/glm/glm/gtx/
H A Dextend.inl11 genType const & Distance
22 T const & Distance
33 T const & Distance
44 T const & Distance
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dextend.inl11 genType const & Distance
22 T const & Distance
33 T const & Distance
44 T const & Distance
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/libraries/win32/mingw32/include/glm/gtx/
H A Dextend.inl11 genType const & Distance
22 T const & Distance
33 T const & Distance
44 T const & Distance
/dports/emulators/mame/mame-mame0226/3rdparty/glm/glm/gtx/
H A Dextend.inl11 genType const & Distance
22 T const & Distance
33 T const & Distance
44 T const & Distance
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/iterators/iterator.primitives/iterator.operations/
H A Dadvance.pass.cpp48 typedef std::iterator_traits<const char*>::difference_type Distance; in tests() typedef
61 typedef int Distance; in tests() typedef
70 typedef std::size_t Distance; in tests() typedef
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/iterators/iterator.primitives/iterator.operations/
H A Dadvance.pass.cpp48 typedef std::iterator_traits<const char*>::difference_type Distance; in tests() typedef
61 typedef int Distance; in tests() typedef
70 typedef std::size_t Distance; in tests() typedef
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/iterators/iterator.primitives/iterator.operations/
H A Dadvance.pass.cpp48 typedef std::iterator_traits<const char*>::difference_type Distance; in tests() typedef
61 typedef int Distance; in tests() typedef
70 typedef std::size_t Distance; in tests() typedef
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/iterators/iterator.primitives/iterator.operations/
H A Dadvance.pass.cpp48 typedef std::iterator_traits<const char*>::difference_type Distance; in tests() typedef
61 typedef int Distance; in tests() typedef
70 typedef std::size_t Distance; in tests() typedef
/dports/lang/v8/v8-9.6.180.12/src/baseline/mips/
H A Dbaseline-assembler-mips-inl.h98 Label* target, Label::Distance) { in JumpIfRoot()
106 Label::Distance) { in JumpIfSmi()
110 Label::Distance) { in JumpIfNotSmi()
139 Label* target, Label::Distance) { in JumpIf()
145 Label::Distance) { in JumpIfObjectType()
166 Label::Distance) { in JumpIfPointer()
173 Label* target, Label::Distance) { in JumpIfSmi()
181 Label* target, Label::Distance) { in JumpIfSmi()
188 Label::Distance) { in JumpIfTagged()
196 Label::Distance) { in JumpIfTagged()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/baseline/mips64/
H A Dbaseline-assembler-mips64-inl.h96 Label* target, Label::Distance) { in JumpIfRoot()
104 Label::Distance) { in JumpIfSmi()
108 Label::Distance) { in JumpIfNotSmi()
137 Label* target, Label::Distance) { in JumpIf()
143 Label::Distance) { in JumpIfObjectType()
164 Label::Distance) { in JumpIfPointer()
171 Label* target, Label::Distance) { in JumpIfSmi()
179 Label* target, Label::Distance) { in JumpIfSmi()
186 Label::Distance) { in JumpIfTagged()
194 Label::Distance) { in JumpIfTagged()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/baseline/riscv64/
H A Dbaseline-assembler-riscv64-inl.h95 Label* target, Label::Distance) { in JumpIfRoot()
103 Label::Distance) { in JumpIfSmi()
107 Label::Distance) { in JumpIfNotSmi()
136 Label* target, Label::Distance) { in JumpIf()
142 Label::Distance) { in JumpIfObjectType()
163 Label::Distance) { in JumpIfPointer()
170 Label* target, Label::Distance) { in JumpIfSmi()
178 Label* target, Label::Distance) { in JumpIfSmi()
186 Label::Distance) { in JumpIfTagged()
195 Label::Distance) { in JumpIfTagged()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/baseline/arm/
H A Dbaseline-assembler-arm-inl.h101 Label* target, Label::Distance) { in JumpIfRoot()
109 Label::Distance) { in JumpIfSmi()
113 Label::Distance) { in JumpIfNotSmi()
143 Label* target, Label::Distance) { in JumpIf()
150 Label::Distance) { in JumpIfObjectType()
172 Label::Distance) { in JumpIfPointer()
179 Label* target, Label::Distance) { in JumpIfSmi()
184 Label* target, Label::Distance) { in JumpIfSmi()
191 Label::Distance) { in JumpIfTagged()
199 Label::Distance) { in JumpIfTagged()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/graph/
H A Dcloseness_centrality.hpp44 typedef typename property_traits<DistanceMap>::value_type Distance; in measure_closeness() typedef
54 typedef typename property_traits<DistanceMap>::value_type Distance; in measure_closeness() typedef
64 typedef typename property_traits<DistanceMap>::value_type Distance; in measure_closeness() typedef
81 typedef typename property_traits<DistanceMap>::value_type Distance; in closeness_centrality() typedef
96 typedef typename property_traits<DistanceMap>::value_type Distance; in closeness_centrality() typedef
125 typedef typename property_traits<DistanceMap>::value_type Distance; in all_closeness_centralities() typedef
149 typedef typename property_traits<DistanceMap>::value_type Distance; in all_closeness_centralities() typedef
/dports/cad/opencascade/opencascade-7.6.0/src/Bisector/
H A DBisector_PointOnBis.cxx41 const Standard_Real Distance, in Bisector_PointOnBis()
83 void Bisector_PointOnBis::Distance(const Standard_Real Distance) in Distance() function in Bisector_PointOnBis
137 Standard_Real Bisector_PointOnBis::Distance()const in Distance() function in Bisector_PointOnBis
/dports/lang/v8/v8-9.6.180.12/src/baseline/loong64/
H A Dbaseline-assembler-loong64-inl.h96 Label* target, Label::Distance) { in JumpIfRoot()
100 Label* target, Label::Distance) { in JumpIfNotRoot()
104 Label::Distance) { in JumpIfSmi()
108 Label::Distance) { in JumpIfNotSmi()
137 Label* target, Label::Distance) { in JumpIf()
143 Label::Distance) { in JumpIfObjectType()
163 Label* target, Label::Distance) { in JumpIfSmi()
171 Label* target, Label::Distance) { in JumpIfSmi()
178 Label::Distance) { in JumpIfTagged()
186 Label::Distance) { in JumpIfTagged()
[all …]

12345678910>>...83