Crate pointy

Source
Expand description

Pointy is a crate for 2D geometry providing points, lines, bounding boxes and affine transformations.

Structs§

BBox
Axis-aligned bounding box
BBoxIter
Iterator for points in a bounding box
Line
Line of infinite length
Pt
2-dimensional point or vector
Seg
Segment of a line between two endpoints
Transform
An affine transform for Pt values.

Enums§

Bounds
Position relative to bounding box, used by Bounded trait

Traits§

Bounded
Trait for comparing a shape with a bounding box
Float
Floating point component type