[go: up one dir, main page]

lyon_bezier 0.4.1

2d quadratic and cubic bezier curve math, featuring an efficient flattening algorithm.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "lyon_bezier"
version = "0.4.1"
description = "2d quadratic and cubic bezier curve math, featuring an efficient flattening algorithm."
authors = ["Nicolas Silva <nical@fastmail.com>"]
repository = "https://github.com/nical/lyon"
documentation = "https://docs.rs/lyon_bezier/"
keywords = ["2d", "graphics", "bezier"]
license = "MIT/Apache-2.0"
workspace = ".."

[lib]
name = "lyon_bezier"

[dependencies]
euclid = "0.10.1"