Crate myelin_geometry

source ·
Expand description

Basic linear and vector geometry for two-dimensional Euclidean geometry

Structs§

  • An axix-aligned bounding box
  • Finds the Convex Hull for a given set of Points in counter clockwise order.
  • A point in space
  • A convex polygon.
  • Polygon factory, which can be used in order to configure the properties of a new polygon. Methods can be chained on it in order to configure it.
  • A radian confined to the range of [0.0; 2π)
  • A vector

Enums§

Traits§

  • Tests wether wether this shape touches, contains or is contained in another shape