Module rust_3d::algorithms [] [src]

Containing algorithms

Modules

subdivide

Subdivision algorithms to e.g. refine meshes

Functions

convex_hull_2d

Convex hull algorithm returning a Vec of the hull where the points are ordered according to the hull Using Andrew's monotone chain convex hull algorithm https://en.wikibooks.org/wiki/Algorithm_Implementation/Geometry/Convex_hull/Monotone_chain