2DLightPathSimulator/LensSimulatorCore/LightPathProperties.cs

6 lines
109 B
C#

namespace LensSimulatorCore;
public class LightPathProperties
{
public double WaveLength { get; set; }
}