nbez

Crates.ionbez
lib.rsnbez
version0.1.0
sourcesrc
created_at2016-08-03 17:56:10.812186
updated_at2016-08-03 17:56:10.812186
descriptionAn n-dimensional/n-order Bézier curve library
homepage
repositoryhttps://github.com/Osspial/nbez-rs
max_upload_size
id5880
size65,481
(Osspial)

documentation

http://osspial.github.io/nbez-rs/nbez/index.html

README

nbez-rs Build Status

A repository that provides various bezier curve types of varying order and dimensionality.

Documentation

Usage

To use this crate, simply add the following your cargo.toml:

[dependencies]
nbez-rs = "0.1"

From there, import any of the types you wish into your module, as well as the BezCurve trait. That trait exposes most of the curve functions, so you won't really be able to do much without it.

Commit count: 123

cargo fmt