Skip to content

Struct rayx::PalikEntry

ClassList > rayx > PalikEntry

This struct represents one line of a .NKP file. More...

  • #include <RefractiveIndex.h>

Public Attributes

Type Name
double m_energy
double m_k
double m_n

Detailed Description

Both of these structs are used to effectively calculate the Refractive Index of some material when hit by a photon with a particular m_energy. The PalikEntry represents the the complex-valued refractive index directly as n + ik. The NffEntry instead holds atomic scattering factors which can be used to derive the refractive index.

Public Attributes Documentation

variable m_energy

double rayx::PalikEntry::m_energy;

variable m_k

double rayx::PalikEntry::m_k;

variable m_n

double rayx::PalikEntry::m_n;


The documentation for this class was generated from the following file Intern/rayx-core/src/Shader/RefractiveIndex.h