geometry-kernel 1.0.3

A Rust-first geometry kernel for deterministic planar geometry operations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "polygon": {
    "exterior": {
      "coords": [
        { "x": 0.0, "y": 0.0 },
        { "x": 10.0, "y": 0.0 },
        { "x": 10.0, "y": 10.0 },
        { "x": 0.0, "y": 10.0 },
        { "x": 0.0, "y": 0.0 }
      ]
    },
    "holes": []
  },
  "distance": 1.0,
  "expected_min_area": 100.0
}