[][src]Module spaceindex::geometry

Structs

LineSegment
Point
Region

Enums

Shape
ShapelikeError

Traits

IntoPoint
IntoRegion

We can't implement Into<Cow<'a, Region>> for types such as (f64, f64) or ((f64, f64), (f64, f64)), so we have the [IntoRegion<'a>] trait which is essentially identical. This makes many of our internal API's much nicer to work with.

Shapelike