N_LAK22

class raytracing.N_LAK22

Bases: raytracing.materials.Material

All data from https://refractiveindex.info/tmp/data/glass/schott/N-LAK22.html

classmethod findByName(name)

Identify the material and match it with a class used in Raytracing. This can fail if we do not have that material in the materials.py.

Methods

abbeNumber()
n(wavelength)

Inherited Methods

Vd()
all()
findByIndex(n, wavelength[, tolerance])
findByName(name) Identify the material and match it with a class used in Raytracing.