plane-split 0.17.1

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

[dependencies]
binary-space-partition = "0.1.2"
euclid = "0.22"
log = "0.4"
num-traits = { version = "0.2", default-features = false }