Module path_buffer
Available on crate feature
geometry
only.Expand description
A container to store multiple paths contiguously.
Structsยง
- Builder
- A Builder that appends a path to an existing PathBuffer.
- Builder
With Attributes - A Builder that appends a path to an existing PathBuffer, with custom attributes.
- Iter
- Iterator over the paths in a
PathBufferSlice
. - Path
Buffer - An object that stores multiple paths contiguously.
- Path
Buffer Slice - A view on a
PathBuffer
.