Module lyon_core::path
[−]
[src]
Data structures to represent complex paths.
This whole module will change at some point in order to implement a more flexible and efficient Path data structure.
Structs
| Path |
The data structure that represent a complex path. |
| PathInfo |
Some metadata for sub paths |
| PathSlice | |
| PathVertexId | |
| PathVertexIdRange | |
| Path_ |
Phatom type marker for PathId. |
| PointData | |
| SubPathSlice |
Enums
| PointType |
Functions
| path_id |
Type Definitions
| PathId |
An Id that represents a sub-path in a certain path object. |
| PathIdRange |
A contiguous range of PathIds. |