fart-2d-geom

Crates.iofart-2d-geom
lib.rsfart-2d-geom
version0.4.0
sourcesrc
created_at2019-03-21 03:09:22.551833
updated_at2019-12-19 06:11:07.548533
description2-dimensional geometry algorithms built on top of `euclid`.
homepage
repositoryhttps://github.com/fitzgen/fart/tree/master/crates/2d-geom
max_upload_size
id122852
size57,313
Nick Fitzgerald (fitzgen)

documentation

https://docs.rs/partial-min-max

README

fart-2d-geom

2-dimensional geometry algorithms built on top of the euclid crate for fart. Including, but not limited to:

  • Polygons
    • Generate a random polygon (surprisingly harder than it sounds)
    • Triangulation
  • Convex polygons
    • Convex hull of a set of points
  • Lines and line segments
    • Is a point left, right, or on the line?
    • Do two lines intersect?
Commit count: 393

cargo fmt