3 releases
Uses old Rust 2015
0.1.2 | Mar 14, 2017 |
---|---|
0.1.1 | Mar 14, 2017 |
0.1.0 | Mar 14, 2017 |
#284 in Rendering
17KB
263 lines
The Polytope Library for Rust
Polytope is a Rust library that defines the Polytope<V>
data structure and related methods for constructing
polytopes.
Quick Start
See the documentation to learn how to use Polytope.
License
Polytope is distributed under the terms of the Apache License (Version 2.0).
See LICENSE for details.
lib.rs
:
Defines the Polytope<V>
data structure and related methods for
constructing polytopes.