Re-exports§
pub extern crate euclid;
Structs§
- AllocId
- ID referring to an allocated rectangle.
- Allocation
- Allocator
Options - Options to tweak the behavior of the atlas allocator.
- Atlas
Allocator - A dynamic texture atlas allocator using the guillotine algorithm.
- Change
- Change
List - Simple
Atlas Allocator - A simpler atlas allocator implementation that can allocate rectangles but not deallocate them.
Enums§
Constants§
Functions§
- dump_
into_ svg - Dump a visual representation of the atlas in SVG, omitting the beginning and end of the SVG document, so that it can be included in a larger document.
- dump_
svg - Dump a visual representation of the atlas in SVG format.
- point2
- Shorthand for
Point2D::new(x, y)
. - size2
- Shorthand for
Size2D::new(w, h)
.