eunoia 0.7.0

A library for creating area-proportional Euler and Venn diagrams
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Geometric primitives and operations.
//!
//! This module provides the foundational geometric types and traits used throughout
//! the library, including points, shapes, and geometric operations.

pub mod diagram;
pub mod operations;
pub mod primitives;
pub mod projective;
pub mod shapes;
pub mod traits;