Skip to main content

Module path

Module path 

Source
Expand description

Defines the Path struct and related utilities for path manipulation.

This module provides the core Path struct, which represents a geometric path, and includes functionality for parsing, manipulating, and iterating over paths.

Modules§

conversions
Handles conversions between this crate’s path types and those from other geometry libraries.
point
Defines the canonical Point type and a generic conversion trait PointConvert.
subpath
Provides an iterator to decompose a Path into its individual subpaths.

Structs§

Path
Represents a geometric path, composed of one or more subpaths.