i_overlay 0.2.2

The iOverlay is a poly-bool library that supports main operations such as union, intersection, difference, xor, and self-intersection by the even-odd rule. This algorithm is based on Vatti clipping ideas but is an original implementation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.i_float]
version = "^0.1.0"

[dependencies.i_shape]
version = "^0.1.0"

[package]
authors = ["Nail Sharipov <nailxsharipov@gmail.com>"]
description = "The iOverlay is a poly-bool library that supports main operations such as union, intersection, difference, xor, and self-intersection by the even-odd rule. This algorithm is based on Vatti clipping ideas but is an original implementation."
edition = "2021"
license = "MIT"
name = "i_overlay"
readme = "README.md"
repository = "https://github.com/iShape-Rust/iOverlay"
version = "0.2.2"