splinosaurus 0.2.2

flexible spline and surface library
Documentation
# Splinosaurus

![GitHub License](https://img.shields.io/github/license/DSchroer/splinosaurus)
[![Crates.io](https://img.shields.io/crates/v/splinosaurus.svg)](https://crates.io/crates/splinosaurus)

A highly flexible spline and surface library.

Features include:
- BSpline
- NURBS (spline)
- BSurface
- NURBS (surface)

Planned:
- TSpline

The goals of this library are to:
- Hide unnecessary complexity
- Expose both high and low level manipulation APIs
- Allow for type flexibility (fixed or floating point)
- Minimal dependencies

### No STD

This crate works under no_std but does require `alloc` for vectors.