Skip to content

Commit

Permalink
Add Transformation to top-level documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vancluever committed Oct 17, 2024
1 parent dc7efd0 commit 3eb8352
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/z2d.zig
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
//! * `Pixel` - A single pixel of varying format. Underlying formats are
//! represented as `packed struct`s for guaranteed memory layout.
//!
//! * `Transformation` - An affine transformation matrix that transforms
//! co-ordinates between user space and device space in `Context` and `Path`.
//!
//! ## Packages
//!
//! * `surface` - The package `Surface` resides in, exposes additional types
Expand Down

0 comments on commit 3eb8352

Please sign in to comment.