Docs.rs
tma_engine-0.2.0
tma_engine 0.2.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
Neil-Crago
Dependencies
image ^0.25.6
normal
rand ^0.8
normal
Versions
78.26%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate tma_engine
tma_
engine
0.2.0
All Items
Crate Items
Re-exports
Modules
Crate
tma_
engine
Copy item path
Source
Re-exports
§
pub use geometry::
IFS
;
pub use geometry::
Point
;
pub use geometry::
TMA
;
pub use render::
Renderer
;
Modules
§
geometry
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).
render