Skip to content

1.4.0-alpha.25

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Sep 03:53
0a6f0d3

PR Title

Dev/guma/point at chord length

What type of PR is this? (check all applicable)

  • ♻️ Refactor
  • ✨ Feature
  • 🐛 Bug Fix
  • 👷 Optimization
  • 📝 Documentation Update
  • 🔖 Release
  • 🚩 Other

Description

  • Adds evaluation of a curve at a given chord length.
  • Adds divide curve by curve length returning a series of parameters along the curve.
  • Renames test data in NurbsCurveCollection.

NOTE: Methods return a parameter/list of parameters rather than points. The parameters can then be used to evaluate a point on the same input curve if needed.

This PR [adds/removes/fixes/replaces] this [feature/bug/etc].

Related Tickets & Documents

Closes #212

Added tests?

  • 👍 yes
  • 🙅 no, because they aren't needed
  • 🙋 no, because I need help

Added to documentation?

  • 📓 docs
  • 🙅 no documentation needed