bsp.rs |
|
5690 |
clip.rs |
|
5016 |
lib.rs |
!
Plane splitting.
Uses [euclid](https://crates.io/crates/euclid) for the math basis.
Introduces new geometrical primitives and associated logic.
Automatically splits a given set of 4-point polygons into sub-polygons
that don't intersect each other. This is useful for WebRender, to sort
the resulting sub-polygons by depth and avoid transparency blending issues.
|
7937 |
polygon.rs |
|
23992 |