Skip to content

v0.2.0

Compare
Choose a tag to compare
@gha3mi gha3mi released this 07 Apr 12:03
· 178 commits to main since this release

Added new procedures for NURBS curves, surfaces, and volumes:

  • insert_knots()
  • elevate_degree()
  • derivative()
  • basis()
  • is_rational()

Removed Bezier module, as NURBS can be used to represent Bezier objects.

Full Changelog: v0.1.1...v0.2.0