We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33e0a25 commit 13c678eCopy full SHA for 13c678e
docs/figures.rst
@@ -100,5 +100,15 @@ ex_curve3d01.py
100
.. image:: images/ex_curve3d01_vis.png
101
:alt: 3D curve example 1
102
103
+mpl_curve_tangents.py
104
+~~~~~~~~~~~~~~~~~~~~~
105
+
106
+This example illustrates a more advanced visualization option for plotting the curve tangents alongside with the control
107
+points grid and the evaluated curve. The example script can be found in Examples_ repository under ``visualization``
108
+directory.
109
110
+.. image:: images/ex_curve02_mpl.png
111
+ :alt: 2D curve example 2 with tangent vector quiver plots
112
113
114
.. _Examples: https://github.com/orbingol/NURBS-Python_Examples
docs/images/ex_curve02_mpl.png
46 KB
0 commit comments