Structs§
- Cardinal
Iter - Cardinal
Node Iter - Cardinal
Step Iter - Config
- Coord
- General purpose coordinate
- Infinite
Cardinal Iter - Infinite
Cardinal Node Iter - Infinite
Cardinal Step Iter - Infinite
Config - Infinite
Iter - Infinite
Node Iter - Infinite
Step Iter - Iter
- Line
Segment - A straight line between two different points
- Node
- Node
Iter - Start
AndEnd AreThe Same - Step
Iter - Zero
Delta
Enums§
- Direction
- Line
Segment OrPoint - The
LineSegment
type can’t represent line segments of 0 length. It’s often convenient for users to treat 0-length line segments as points. This type represent line segments which can be of 0 length, treating such lines as single points.
Functions§
- coords_
between - Returns an iterator over all the coordinates between start and end (inclusive) along a straight
(rasterized) line which includes ordinal steps.
start
andend
may be the same. - coords_
between_ cardinal - Returns an iterator over all the coordinates between start and end (inclusive) along a straight
(rasterized) line which includes only cardinal steps.
start
andend
may be the same.