Home
last modified time | relevance | path

Searched defs:base_angle (Results 1 – 20 of 20) sorted by path

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DSupportMaterial.cpp2945 …float base_angle = Geometry::deg2rad(float(m_object_config->support_material_angle.valu… in generate_toolpaths() local
/dports/cad/pcb/pcb-4.2.0/src/
H A Dpuller.c450 double arc_angle, base_angle; in Puller() local
1447 double base_angle, rel_angle, point_angle; in gp_point_force() local
/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/lib/math/
H A Dfast_atan2f.cc104 float alpha, angle, base_angle; in fast_atan2f() local
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Delm_gesture_layer.c2800 double base_angle = ELM_GESTURE_NEGATIVE_ANGLE; in _n_line_test() local
H A Delm_gesture_layer_common.h92 double base_angle; /**< Holds start-angle */ member
/dports/devel/efl/efl-1.25.1/src/lib/evas/gesture/
H A Defl_canvas_gesture_private.h127 double base_angle; /**< Holds start-angle */ member
/dports/devel/godot-tools/godot-3.2.3-stable/scene/2d/
H A Dcpu_particles_2d.cpp752 …float base_angle = (parameters[PARAM_ANGLE] + tex_angle) * Math::lerp(1.0f, p.angle_rand, randomne… in _particles_process() local
908 …float base_angle = (parameters[PARAM_ANGLE] + tex_angle) * Math::lerp(1.0f, p.angle_rand, randomne… in _particles_process() local
/dports/devel/godot-tools/godot-3.2.3-stable/scene/3d/
H A Dcpu_particles.cpp730 …float base_angle = (parameters[PARAM_ANGLE] + tex_angle) * Math::lerp(1.0f, p.angle_rand, randomne… in _particles_process() local
918 …float base_angle = (parameters[PARAM_ANGLE] + tex_angle) * Math::lerp(1.0f, p.angle_rand, randomne… in _particles_process() local
/dports/devel/godot/godot-3.2.3-stable/scene/2d/
H A Dcpu_particles_2d.cpp752 …float base_angle = (parameters[PARAM_ANGLE] + tex_angle) * Math::lerp(1.0f, p.angle_rand, randomne… in _particles_process() local
908 …float base_angle = (parameters[PARAM_ANGLE] + tex_angle) * Math::lerp(1.0f, p.angle_rand, randomne… in _particles_process() local
/dports/devel/godot/godot-3.2.3-stable/scene/3d/
H A Dcpu_particles.cpp730 …float base_angle = (parameters[PARAM_ANGLE] + tex_angle) * Math::lerp(1.0f, p.angle_rand, randomne… in _particles_process() local
918 …float base_angle = (parameters[PARAM_ANGLE] + tex_angle) * Math::lerp(1.0f, p.angle_rand, randomne… in _particles_process() local
/dports/games/freesynd/freesynd-0.7.5/src/model/
H A Dshot.cpp298 double base_angle = 0.0; in generateFlameWaves() local
/dports/games/taisei/taisei-1.3.2/src/stages/
H A Dstage5_events.c154 double base_angle = carg(global.plr.pos - e->pos); in stage5_limiter() local
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dr_defs.h446 fixed_t base_angle, base_yoffs; member
/dports/graphics/libmypaint/libmypaint-1.6.1/
H A Dmypaint-tiled-surface.c1023 const float base_angle = -2 * symm.angle - angle; in draw_dab_2() local
/dports/graphics/tikzit/tikzit-2.1.6/src/gui/
H A Dtikzscene.cpp654 qreal base_angle = atan2(-dy1, dx1); in mouseMoveEvent() local
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/visualize/
H A Dpythagorastreeviewer.py839 def _compute_center(self, initial_square, length, alpha, base_angle=0): argument
/dports/multimedia/libgav1/libgav1-0.17.0/src/dsp/
H A Dintrapred_directional_test.cc324 for (const auto& base_angle : kBaseAngles) { in TestSpeed() local
408 for (const auto& base_angle : kBaseAngles) { in TestSaturatedValues() local
503 for (const auto& base_angle : kBaseAngles) { in TestRandomValues() local
/dports/multimedia/obs-streamfx/obs-StreamFX-0.9.3/source/gfx/blur/
H A Dgfx-blur-base.hpp61 class base_angle { class
/dports/science/cdo/cdo-2.0.0/src/lib/yac/
H A Dsphere_part.c286 struct sin_cos_angle base_angle, corrected_inc_angle; in partition_data() local
660 struct sin_cos_angle base_angle, corrected_inc_angle; in search_bnd_circle_I_node() local
1730 double base_angle = get_vector_angle(bVp, prev_gc_norm_vector); in search_point() local
/dports/science/py-oddt/oddt-0.7/oddt/
H A Dinteractions.py65 def hbond_acceptor_donor(mol1, mol2, cutoff=3.5, base_angle=120, tolerance=30): argument
409 def acceptor_metal(mol1, mol2, base_angle=120, tolerance=30, cutoff=4): argument