//! 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; pub mod light; pub mod optic_ports; pub mod nodes; pub mod error;