polygon_clipping 0.1.0

An algorithm for computing boolean operations on polygons.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.glam]
version = "0.24.1"

[dev-dependencies.rand]
version = "0.8.5"

[package]
categories = ["mathematics"]
description = "An algorithm for computing boolean operations on polygons."
edition = "2021"
keywords = ["polygon", "boolean", "geometry", "union", "intersection"]
license = "MIT"
name = "polygon_clipping"
readme = "README.md"
repository = "https://github.com/andriyDev/polygon_clipping_rs"
version = "0.1.0"