bsplines 0.0.1-alpha.8

N-dimensional B-spline curves and their derivatives built on top of nalgebra
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# `bsplines` Rust Library

[![Crates.io](https://img.shields.io/crates/v/bsplines)](https://crates.io/crates/bsplines)
[![Docs.rs](https://docs.rs/bsplines/badge.svg)](https://docs.rs/bsplines)
[![License](https://img.shields.io/crates/l/bsplines)](https://www.apache.org/licenses/LICENSE-2.0)

Rust library for vectorized, N-dimensional B-spline curves and their derivatives based
on [nalgebra](https://docs.rs/nalgebra/latest/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