Searched refs:t_end (Results 1 - 1 of 1) sorted by relevance

/inkscape/share/extensions/
H A Dparam_curves.py34 def drawfunction(t_start, t_end, xleft, xright, ybottom, ytop, samples, width, height, left, bottom,
39 t_end = 2 * pi * t_end
75 step = (t_end - t_start) / (samples-1)
139 self.OptionParser.add_option("--t_end",
141 dest="t_end", default=1.0,
222 self.options.t_end,
238 # + `self.options.t_end` + ';'

Completed in 17 milliseconds