aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-geomdl
Commit message (Collapse)AuthorAgeFilesLines
* Introduce PY_TYPING and simplify MakefileSunpoet Po-Chuan Hsieh2019-05-311-3/+3
| | | | | | | | | Since devel/py-promise requires 3.6.4+, the minimal version is set to 3.6.4. With hat: python Notes: svn path=/head/; revision=503133
* graphics/py-geomdl: update to 5.2.4Steve Wills2019-05-092-4/+4
| | | | | | | | PR: 237787 Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer) Notes: svn path=/head/; revision=501108
* - Update WWWDmitry Marakasov2019-04-261-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=500089
* New port: graphics/py-geomdlKai Knoblich2019-04-063-0/+54
NURBS-Python (geomdl) is a pure Python, self-contained, object-oriented B-Spline and NURBS spline library for Python versions 2.7.x, 3.4.x and later. NURBS-Python (geomdl) provides convenient data structures and highly customizable API for rational and non-rational splines along with the efficient and extensible implementations of the following algorithms: - Spline evaluation - Derivative evaluation - Knot insertion - Knot removal - Knot vector refinement - Degree elevation - Degree reduction - Curve and surface fitting via interpolation and least squares approximation NURBS-Python (geomdl) also provides customizable visualization and animation options via Matplotlib, Plotly and VTK libraries. WWW: https://onurraufbingol.com/NURBS-Python PR: 236457 Submitted by: lbartoletti@tuxfamily.org Approved by: mentors (implicit) Notes: svn path=/head/; revision=498213