offset_polygon
Polygon generator
A Rust crate for generating polygons with rounded corners by offsetting an original polygon.
A Rust crate for offsetting (shrinking/expanding) polygons.
10 stars
3 watching
3 forks
Language: Rust
last commit: 6 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
akirami/polygon-offsetting | A small Rust crate for computing the offset contour, perimeter, and area of a given polygon with a specified margin. | 0 |
mapbox/polylabel | An algorithm for finding the most distant internal point of a polygon from its outline, useful for labeling | 1,437 |
acheul/louvre | An algorithm for decomposing polygons into triangles, specifically designed to handle self-intersecting shapes. | 3 |
ishape-rust/ioverlay | A library providing high-performance boolean operations on 2D polygons for various applications | 40 |
baddstats/polyclip | A R package implementing a C++ polygon clipping algorithm | 19 |
fsitok/klayout-simplify | Automates polygon simplification in a digital design automation tool | 7 |
mapbox/earcut.hpp | A fast and efficient polygon triangulation algorithm with support for complex shapes and holes | 862 |
tudelft3d/pprepair | A tool for validating and automatically repairing planar partitions of polygons in 2D space. | 58 |
21re/rust-geo-booleanop | An implementation of the Martinez-Rueda Polygon Clipping Algorithm in Rust to perform boolean operations on geo shapes. | 94 |
dickoa/prepr | A tool that repairs broken GIS polygons using C++ algorithms | 13 |
cj-holmes/split-polygon-art | An R project that generates split polygons using spatial libraries | 17 |
ringsaturn/geometry-rs | A Rust library implementing point-in-polygon geometry calculations | 2 |
liangliangnan/polyfit | Reconstructs 3D polygonal surfaces from point clouds using hypothesis and selection based methods | 719 |
davidgillsjo/polygon-hgt | Automated polygon detection in RGB images for room layout estimation | 25 |
open-s2/earclip | A fast and efficient algorithm for triangulating polygons and triangles in 2D space | 4 |