bsplines 0.0.1-alpha.0

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

Bsplines

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

Docs

To build the docs locally, use

cargo doc \
   --package bsplines \
   --no-deps \
   --features doc-images \
   --document-private-items \
   --open

or

cargo doc \
  --package bsplines \
  --no-deps \
  --features doc-images \
  --open