plane-split 0.2.1

Plane splitting
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "plane-split"
version = "0.2.1"
description = "Plane splitting"
authors = ["Dzmitry Malyshau <kvark@mozilla.com>"]
license = "MPL-2.0"
repository = "https://github.com/kvark/plane-split"
keywords = ["geometry", "math"]
documentation = "https://docs.rs/plane-split"

[dependencies]
binary-space-partition = "0.1.1"
euclid = "0.11.2"
log = "0.3"
num-traits = {version = "0.1.37", default-features = false}