Crates.io | nbez |
lib.rs | nbez |
version | 0.1.0 |
source | src |
created_at | 2016-08-03 17:56:10.812186 |
updated_at | 2016-08-03 17:56:10.812186 |
description | An n-dimensional/n-order Bézier curve library |
homepage | |
repository | https://github.com/Osspial/nbez-rs |
max_upload_size | |
id | 5880 |
size | 65,481 |
A repository that provides various bezier curve types of varying order and dimensionality.
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.