chull 0.1.0

Convex hull approximation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.kdtree]
version = "0.6"

[dependencies.num-traits]
version = "0.2"

[package]
authors = ["daidanretsu<daidanretsu@outlook.jp>"]
description = "Convex hull approximation"
edition = "2018"
keywords = ["convex", "hull", "geo"]
license = "MIT/Apache-2.0"
name = "chull"
repository = "https://github.com/daidanretsu/chull"
version = "0.1.0"