0.1.0 |
|
---|
#19 in #computational-geometry
3KB
computational_geometry_rust
Rust implementation of Computational Geometry Algorithms and Applications
Table of Contents
Introduction
This repository covers tops of Rust implementation of common algorithm / application of computational geometry.
Contents
Code and examples covers the following topics (Keep growing)
- Line Segment Intersection
- Polygon Triangulation
- Linear Programming
- Pending...