Skip to content

Commit

Permalink
[doc] add geometry intersection to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
crackalamoo authored and holl- committed Aug 24, 2024
1 parent d6d2368 commit 9a3807d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Geometry.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ Rotation: `geometry.rotate(angle)`

Union: `union(geometries)`

Intersection: `intersection(geometries)`

Geometries can be inverted using the `~` operator, i.e. the results of
`lies_inside`, `approximate_signed_distance` and `approximate_fraction_inside` return the inverse values.

Expand Down

0 comments on commit 9a3807d

Please sign in to comment.