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
//! Implements different curve manipulation methods.

pub mod insert;
pub mod merge;
pub mod reverse;
pub mod split;