Re-exports§
pub use gerber_parser;
pub use gerber_types;
Modules§
Structs§
- Bounding
Box - Display
Info - Struct to hold display information including DPI values
- Gerber
Image Transform - This is to support the deprecated MI, SF, OF, IR and AS commands.
- Gerber
Layer - FUTURE if the rendering is always real-time, then caching the points at the time the primitives are created would have
a performance benefit. e.g.
GerberArcPrimitive::generate_points
and similar methods. - Gerber
Polygon - Gerber
Renderer - Gerber
Transform - Gerber-specific transform. Transform order: -Origin, Mirroring, Rotation, *Scale, +Origin, +Offset
- Mirroring
- Polygon
Geometry - Polygon
Mesh - Render
Configuration - UiState
- View
State
Enums§
Traits§
- AddVec2
- From
Tuple2 - From
Vec2 - Invert
- Matrix3
Point2 Ext - Extension trait for transforming Point2
using a Matrix3 - Matrix3
Pos2 Ext - Extension trait for transforming egui’s Pos2 using a Matrix3
- Matrix3
Scaling Ext - Extension trait that adds methods to extract scaling factors from a transformation matrix
- Matrix3
Transform Ext - Extension trait for checking properties of a Matrix3
transformation - ToPos2
- ToPosition
- ToVector