Home
last modified time | relevance | path

Searched refs:max_heading (Results 1 – 10 of 10) sorted by relevance

/dports/cad/py-ezdxf/ezdxf-0.16.3/docs/source/render/
H A Dcurves.rst68 .. autofunction:: random_2d_path(steps=100, max_step_size=1, max_heading=pi/2, retarget=20) -> Iter…
70 .. autofunction:: random_3d_path(steps=100, max_step_size=1, max_heading=pi/2, max_pitch=pi/8, reta…
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/render/
H A Dcurves.py26 max_heading: float = math.pi / 2,
50 heading = angle + rnd_perlin(max_heading, walker)
57 max_heading: float = math.pi / 2.0,
85 heading_angle = angle + rnd_perlin(max_heading, walker)
/dports/japanese/ebview-gtk2/ebview-0.3.6/src/
H A Dpref_gui.c37 max_heading = gtk_spin_button_get_value_as_int(GTK_SPIN_BUTTON(spin_max_heading)); in pref_end_gui()
165 gtk_spin_button_set_value(GTK_SPIN_BUTTON(spin_max_heading), max_heading ); in pref_start_gui()
H A Dglobal.h49 global gint max_heading; variable
H A Dpreference.c124 max_heading = 50;
H A Dheadword.c682 num_heading = max_heading; in configure_event()
H A Dpref_io.c49 {"max_heading", PREF_TYPE_INTEGER, &max_heading},
/dports/cad/py-ezdxf/ezdxf-0.16.3/profiling/
H A Dbspline_point_calculation.py13 path = list(random_3d_path(100, max_step_size=10, max_heading=math.pi * 0.8))
H A Dbezier4p_interpolation.py37 path = list(random_3d_path(100, max_step_size=10, max_heading=math.pi * 0.8))
H A Dbspline_interpolation.py43 path = list(random_3d_path(100, max_step_size=10, max_heading=math.pi * 0.8))