2DLightPathSimulator/LensSimulatorCore/LightPathProperties.cs

6 lines
109 B
C#
Raw Normal View History

2023-06-06 22:56:56 +00:00
namespace LensSimulatorCore;
public class LightPathProperties
{
public double WaveLength { get; set; }
}