Skip to content

Releases: Twinklebear/bspline

Release 1.1.0

11 Feb 04:36
Compare
Choose a tag to compare

Changes

  • @imgeorgiev : Add support for using nalgebra types to provide compatibility with nalgebra-based applications. Thanks @imgeorgiev !

Release 1.0.0

30 Jan 17:04
Compare
Choose a tag to compare

Changes

  • Add support for generic knot types, via #1 . Thanks @imgeorgiev ! This is an API breaking change as the knot type must now be specified as part of the BSpline type template, for example: BSpline<Point, f32>.