Skip to content

Conversation

tretre91
Copy link
Member

This PR adds the SplineBuilder3D and SplineEvaluator3D classes to handle 3D splines. Some 3D spline tests are also added.
In its current state, Hermite boundary conditions are not handled. Also, the API for the SplineBuilder3D will certainly need to be modified (we currently take as arguments the derivatives on the faces and the cross derivatives on the corners, but we might also want the cross derivatives on the edges).

Copy link

codecov bot commented Sep 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.88%. Comparing base (90bd1fa) to head (ec69b64).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #925      +/-   ##
==========================================
- Coverage   94.02%   91.88%   -2.14%     
==========================================
  Files          55       57       +2     
  Lines        2727     2834     +107     
  Branches      853      925      +72     
==========================================
+ Hits         2564     2604      +40     
- Misses         87      136      +49     
- Partials       76       94      +18     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants