polytope 0.1.1

Data structures and methods for constructing polytopes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "polytope"
version = "0.1.1"
authors = ["Eser Aygün <eser.aygun@gmail.com>"]
description = "Data structures and methods for constructing polytopes."
documentation = "https://eseraygun.github.io/rust/polytope/0.1/doc/polytope/"
repository = "https://github.com/eseraygun/rust-polytope/"
readme = "README.md"
keywords = ["polytope", "geometry", "hypercube", "multidimensional", "multi-dimensional"]
categories = ["algorithms", "rendering", "science", "visualization"]
license = "Apache-2.0"
license-file = "LICENSE"

[dependencies]