Re-exports§
pub use matrix::Matrix4;pub use matrix2d::Matrix2D;pub use point::Point2D;pub use point::Point3D;pub use point::Point4D;pub use rect::Rect;pub use size::Size2D;
Modules§
- A one-dimensional length, tagged with its units.
- A one-dimensional length, tagged with its units.
- A type-checked scaling factor between units.
- A group of side offsets, which correspond to top/left/bottom/right for borders, padding, and margins in CSS.