Home
last modified time | relevance | path

Searched refs:get_distance (Results 176 – 200 of 459) sorted by relevance

12345678910>>...19

/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/contourdesign/
H A Dbutton_config_widget.cc101 …return boost::shared_ptr<ButtonBase> (new ButtonJump (JumpDistance (_jump_distance.get_distance ()… in get_current_config()
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/annoy/annoy/
H A D__init__.pyi40 def get_distance(self, __i: int, __j: int) -> float: ...
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/entities/
H A DEntity.cpp3185 int Entity::get_distance(int x, int y) const { in get_distance() function in Solarus::Entity
3186 return (int) Geometry::get_distance(get_x(), get_y(), x, y); in get_distance()
3194 int Entity::get_distance(const Point& point) const { in get_distance() function in Solarus::Entity
3195 return (int) Geometry::get_distance(get_xy(), point); in get_distance()
3204 int Entity::get_distance(const Entity& other) const { in get_distance() function in Solarus::Entity
3205 return (int) Geometry::get_distance(get_xy(), other.get_xy()); in get_distance()
H A DStreamAction.cpp198 if (entity_moved->get_distance(target) > 12) { in update()
/dports/science/py-ase/ase-3.22.0/ase/test/calculator/cp2k/
H A Dtest_cp2k_many.py29 dist = atoms.get_distance(0, 1)
/dports/net/xprobe/xprobe2-0.3/src/
H A Dtarget.h113 int get_distance(void) { return distance; } in get_distance() function
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/assets/initial_quest/data/enemies/
H A Dshamablin_fire.lua35 if self:get_distance(hero) <= spell_detection_distance then
H A Dchameleon.lua109 if not is_invisible and self:get_distance(hero) <= lick_distance then
257 local d = tongue:get_distance(enemy)
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DCamera.hpp65 double get_distance() const { return (get_position() - m_target).norm(); } in get_distance() function
/dports/games/exult/exult-snapshot-v1.7.0.20211128/content/bgkeyring/src/spells/
H A Deighth_circle.uc96 var delay = ((get_distance(npc) / 3) + 5);
135 var delay = ((get_distance(npc) / 3) + 5);
/dports/games/exult/exult-snapshot-v1.7.0.20211128/content/sifixes/src/cutscenes/
H A Dwall_of_lights.uc68 if (npc->get_distance(AVATAR) > 15)
126 var dist = npc->get_distance(body);
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/analysis/
H A Dmolecule_structure_comparator.py240 pair_dists = [mol.get_distance(*p) for p in all_pairs]
/dports/science/py-ase/ase-3.22.0/ase/test/forcefields/
H A Dtest_qmmm.py78 d0 = dimer.get_distance(2, 5)
H A Dtest_forceqmmm.py16 sigma = (bulk_at * 2).get_distance(0, 1) * (2. ** (-1. / 6))
297 sigma = (bulk_at * 2).get_distance(0, 1) * (2. ** (-1. / 6))
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/modeling/bssrdf/
H A Drandomwalkbssrdf.cpp372 distance = static_cast<float>(bssrdf_sample.m_incoming_point.get_distance()); in sample()
695 const double ray_length = shading_points[next_point_idx].get_distance(); in trace_zero_scattering_path_glass()
767 const double ray_length = bssrdf_sample.m_incoming_point.get_distance(); in trace_zero_scattering_path_diffuse()
/dports/net/xprobe/xprobe2-0.3/src/xpmodules/os_probe/icmp_port_unreach/
H A Dicmp_port_unreach.cc222 if (Tgt->get_distance() < 1) { in get_icmp_unreach()
228 ttl = sn.get_ttl() + Tgt->get_distance(); in get_icmp_unreach()
/dports/graphics/gegl/gegl-0.4.34/operations/common/
H A Dslic.c63 get_distance (gfloat *c1,
231 distance = get_distance (tmp->center, feature, o);
/dports/astro/foxtrotgps/foxtrotgps-1.2.2/src/
H A Dconverter.c182 get_distance(double lat1, double lon1, double lat2, double lon2) in get_distance() function
H A Dwp.c165 distance = get_distance(deg2rad(gpsdata->fix.latitude), in osd_wp()
/dports/graphics/gimp-app/gimp-2.10.30/app/vectors/
H A Dgimpvectors.h83 gdouble (* get_distance) (GimpVectors *vectors, member
/dports/games/exult/exult-snapshot-v1.7.0.20211128/objs/
H A Danimate.h77 int get_distance() { in get_distance() function
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/
H A Ddensify.py319 def get_distance(x1, y1, x2, y2):
334 length = get_distance(x1, y1, x2, y2)
/dports/graphics/gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/
H A Ddensify.py319 def get_distance(x1, y1, x2, y2): function
334 length = get_distance(x1, y1, x2, y2)
/dports/graphics/py-gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/
H A Ddensify.py319 def get_distance(x1, y1, x2, y2): function
334 length = get_distance(x1, y1, x2, y2)
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/core/tests/
H A Dtest_structure.py145 … self.assertAlmostEqual(self.struct.get_distance(0, 1), 2.35, 2, "Distance calculated wrongly!")
746 self.assertAlmostEqual(s.get_distance(2, 3), 0.96)
748 self.assertAlmostEqual(s.get_distance(0, 3), 2.09840889)
1395 self.assertAlmostEqual(self.mol.get_distance(0, 1), 1.089)
1602 self.assertAlmostEqual(self.mol.get_distance(0, 4), 1.54)
1605 self.assertAlmostEqual(self.mol.get_distance(0, 7), 1.35)
1611 self.assertAlmostEqual(self.mol.get_distance(0, 7), 1.43)

12345678910>>...19