Skip to content
Snippets Groups Projects
lib.rs 433 B
Newer Older
//! This is the documentation for the OPOSSUM software package. OPOSSUM stands for OPen-source Optics Simulation Software and Unified Modeller.
pub mod light;
/// The basic structure representing an optical element
pub mod optic_node;
/// The basic structure containing the entire optical model
pub mod optic_scenery;
pub mod optic_ports;
Udo Eisenbarth's avatar
Udo Eisenbarth committed
pub mod nodes;

pub mod spectrum;