Add Bézier curves.

This commit is contained in:
Dimitri Sabadie
2019-09-23 17:06:32 +02:00
parent e76f18ac5b
commit b05582d653
7 changed files with 148 additions and 40 deletions

View File

@ -21,6 +21,7 @@ maintenance = { status = "actively-developed" }
[features]
default = ["std"]
bezier = []
impl-cgmath = ["cgmath"]
impl-nalgebra = ["alga", "nalgebra", "num-traits"]
serialization = ["serde", "serde_derive"]