1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
.. py:currentmodule:: tulipogl
:mod:`tulipogl` module API
==========================
.. automodule:: tulipogl
Parametric curves computation
------------------------------
.. autofunction:: tulipogl::tlpogl.computeBezierPoint
.. autofunction:: tulipogl::tlpogl.computeBezierPoints
.. autofunction:: tulipogl::tlpogl.computeCatmullRomPoint
.. autofunction:: tulipogl::tlpogl.computeCatmullRomPoints
.. autofunction:: tulipogl::tlpogl.computeOpenUniformBsplinePoint
.. autofunction:: tulipogl::tlpogl.computeOpenUniformBsplinePoints
tlpogl.GlGraphRenderingParameters
----------------------------------
.. autoclass:: tulipogl::tlpogl.GlGraphRenderingParameters
:members:
tlpogl.GlGraphInputData
------------------------
.. autoclass:: tulipogl::tlpogl.GlGraphInputData
:members:
|