Expand description
Pointy is a crate for 2D geometry providing points, lines, bounding boxes and affine transformations.
Structs§
- BBox
- Axis-aligned bounding box
- BBox
Iter - 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.