Class OpticalSystem
java.lang.Object
org.episteme.natural.physics.classical.waves.optics.OpticalSystem
Represents an optical system consisting of multiple optical elements.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddElement(OpticalElement element) traceSystem(LightRay inputRay) Traces a ray through the entire optical system sequentially.
-
Constructor Details
-
OpticalSystem
public OpticalSystem()
-
-
Method Details
-
addElement
-
getElements
-
traceSystem
-