Home
last modified time | relevance | path

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

/dports/graphics/py-pyx/PyX-0.15/examples/drawing/
H A Dmetapost.py2 from pyx.metapost.path import beginknot, endknot, smoothknot, tensioncurve
6 beginknot(*p1), tensioncurve(), smoothknot(*p2), tensioncurve(),
7 smoothknot(*p3), tensioncurve(), smoothknot(*p4), tensioncurve(),
10 smoothknot(*p1), tensioncurve(), smoothknot(*p2), tensioncurve(),
11 smoothknot(*p3), tensioncurve(), smoothknot(*p4), tensioncurve(),
12 smoothknot(*p5), tensioncurve()])
H A Dmetapost.ipynb43 "from pyx.metapost.path import beginknot, endknot, smoothknot, tensioncurve\n",
47 " beginknot(*p1), tensioncurve(), smoothknot(*p2), tensioncurve(),\n",
48 " smoothknot(*p3), tensioncurve(), smoothknot(*p4), tensioncurve(),\n",
51 " smoothknot(*p1), tensioncurve(), smoothknot(*p2), tensioncurve(),\n",
52 " smoothknot(*p3), tensioncurve(), smoothknot(*p4), tensioncurve(),\n",
53 " smoothknot(*p5), tensioncurve()])\n",
/dports/graphics/py-pyx/PyX-0.15/manual/
H A Dmetapost.rst110 .. class:: tensioncurve(ltension=1, latleast=False, rtension=None, ratleast=None)
126 Synonym for :class:`tensioncurve`.
/dports/graphics/py-pyx/PyX-0.15/pyx/metapost/
H A Dpath.py255 class tensioncurve(_link): class
281 curve = tensioncurve
/dports/graphics/py-pyx/PyX-0.15/pyx/
H A Ddeformer.py1777 knots.append(mppath.tensioncurve(self.tension))
1781 knots.append(mppath.tensioncurve(self.tension))