/// Module for TMA Engine: Geometry and Rendering
/// This crate provides tools for defining and manipulating 2D affine
/// transformations (TMAs) and rendering fractal structures generated
/// through Iterated Function Systems (IFS).
pubmodgeometry;pubmodrender;pubusegeometry::{IFS, Point,TMA};pubuserender::Renderer;