stroke 0.3.0

Zero-allocation, const-generic implementations of Bézier and B-Spline curves in N-dimensional euclidean space.
Documentation
1
2
3
4
5
6
7
//! Optional adapters for external math libraries.
//!
//! Enable feature flags (e.g. `nalgebra`) to add `Point` impls for
//! external vector types.

#[cfg(feature = "nalgebra")]
pub mod nalgebra;