File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,9 @@ NURBS-Python (geomdl)
66Description
77===========
88
9- NURBS-Python provides Non-Uniform Rational B-Spline (NURBS) surface and 2D/3D curve data structures and computation
10- algorithms in native Python. The library is fully object-oriented and does *not * depend on any external libraries.
9+ NURBS-Python (geomdl) provides fully object-oriented Non-Uniform Rational B-Spline (NURBS) surface and curve data
10+ structures and extensible advanced computation algorithms in pure python. It allows users to directly visualize the
11+ computed curves and surfaces using various visualization libraries. Additionally, it comes with a surface generator.
1112
1213Features
1314========
@@ -50,7 +51,7 @@ Further Reading
5051
5152* Github repository: https://github.com/orbingol/NURBS-Python
5253* Examples: https://github.com/orbingol/NURBS-Python_Examples
53- * Documentation: http://nurbs-python.rtfd.org /
54+ * Documentation: http://nurbs-python.readthedocs.io /
5455
5556License
5657=======
@@ -72,6 +73,3 @@ NURBS-Python is licensed under the MIT License.
7273
7374.. |APPVEYOR | image :: https://ci.appveyor.com/api/projects/status/github/orbingol/nurbs-python?branch=master&svg=true
7475.. _APPVEYOR : https://ci.appveyor.com/project/orbingol/nurbs-python
75-
76- .. _NURBS-Python : https://github.com/orbingol/NURBS-Python
77- .. _Examples : https://github.com/orbingol/NURBS-Python_Examples
You can’t perform that action at this time.
0 commit comments