Skip to content

Releases: tataratat/bezman

0.2.0

22 Sep 07:28
98cce79
Compare
Choose a tag to compare

First Release

Create and manipulate (rational) Bezier splines. Header only library, provides optimised evaluation routines and mathematic operations (multiplication, addition) on splines, including compositions. Further, Forward Algorithmic Differentiation (AD) types (static and dynamic). See documentation for more details.
All export routines are now moved to splinepy to minimise redundancies.

Initial Version

11 Jul 10:48
cb97f85
Compare
Choose a tag to compare
Initial Version Pre-release
Pre-release

This version was intended as a standalone library for Bezier Splines. In future versions, it is stripped from some of its functionality to allow for easier integration into splinepy