Module iron_shapes::path
source · Expand description
Path is essentially a chain of line segments but with a possibly non-zero width.
It can be thought of the shape resulting by a stroke of a thick pen along the line segments.
Re-exports
pub use crate::traits::BoundingBox;pub use crate::traits::RotateOrtho;pub use crate::types::Angle;pub use crate::types::ContainsResult;pub use crate::types::Side;
Structs
Pathis essentially a chain of line segments but with a possibly a non-zero width. It can be thought of the shape resulting by a stroke of a thick pen along the line segments.
Enums
- Encoding for the type of the beginning and end of the path.