Home
last modified time | relevance | path

Searched refs:shape_factor (Results 1 – 5 of 5) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/IO/
H A DFig_stream.h1096 float shape_factor; variable
1099 shape_factor = 1;
1101 shape_factor = -1;
1103 shape_factor = factor;
1105 _write_spline (begin, end, shape_factor,
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/analysis/tests/
H A Dtest_wulff.py182 self.assertEqual(round(wulff.shape_factor, 3), round(properties["shape_factor"], 3))
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/pygimp/plug-ins/
H A Dspyro_plus.py130 shape_factor = self.get_shape_factor(oangle)
133 (self.cp.x_half_size - dist) * shape_factor * cos(oangle),
135 (self.cp.y_half_size - dist) * shape_factor * sin(oangle)
149 shape_factor = self.cos_half_angle / cos(oangle_mod)
150 shape_factor -= self.pp.morph * (1 - shape_factor) * (1 + (self.pp.sides - 3) * 2)
151 return shape_factor
/dports/games/gnugo/gnugo-3.8/engine/
H A Dvalue_moves.c3042 float shape_factor; in value_move_reasons() local
3088 shape_factor = compute_shape_factor(pos); in value_move_reasons()
3150 shape_factor * (move[pos].followup_value in value_move_reasons()
3164 tot_value *= shape_factor; in value_move_reasons()
3167 tot_value = (tot_value - non_shape_val) * shape_factor + non_shape_val; in value_move_reasons()
3177 shape_factor); in value_move_reasons()
3214 shape_factor * (move[pos].followup_value + in value_move_reasons()
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/analysis/
H A Dwulff.py744 def shape_factor(self): member in WulffShape