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