Modules§
- features
- Components which compose a panel.
Structs§
- Panel
- Combines features into single geometry.
- Vertex
Buffers - Structure that holds the vertex and index data.
Enums§
- Align
- Alignment of multiple elements in an array.
- Direction
- The direction in which repetitions occur.
- Err
- Failure modes when constructing or serializing geometry.
- Layer
- PCB layers.
- SpecErr
- Tessellation
Error - The fill tessellator’s error enumeration.
Type Aliases§
- TPoint
- Alias for
euclid::default::Point2D<f32>
.