bsplines 0.0.1-alpha.8

N-dimensional B-spline curves and their derivatives built on top of nalgebra
Documentation

bsplines Rust Library

Crates.io Docs.rs License

Rust library for vectorized, N-dimensional B-spline curves and their derivatives based on nalgebra.

🚧 This Library is Under Construction 🚧

  • Use iterators and simplify loops
  • Use thiserror
  • Refactor visibility and folder structure
  • Refactor method selection and settings structs
  • Add benchmarks and improve performance