Skip to content

Osspial/nbez-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nbez-rs Build Status Version

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

Usage

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

[dependencies]
nbez = "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.

About

An n-dimensional/n-order Bézier curve library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages