Index
CMaterial/refractiveIndex
 refractiveIndex Returns the refractive index or indices
    [vRefractiveIndex] = refractiveIndex(vWavelengths)
    [vOrdinaryRefractiveIndex, vExtraordinaryRefractiveIndex] = refractiveIndex(vWavelengths, fTheta)
    [vSlowRefractiveIndex, vFastRefractiveIndex] = refractiveIndex(vWavelengths, fTheta, fPhi)
 
    vaccume wavelength [m] angles [rad]
 
    in nonbirefringent material vRefractiveIndex(iWavelength)
    is the refractive index for vWavelengths(iWavelength)
 
    in uniaxial crystal vOrdinaryRefractiveIndex(iWavelength)
    is the ordinary refractive index for vWavelengths(iWavelength)
    vExtraordinaryRefractiveIndex(iWavelength) is the
    extraordinary refractive index for vWavelengths(iWavelength)
    and fTheta
 
    in biaxial crystal vMaxRefractiveIndex(iWavelength), vMinRefractiveIndex(iWavelength)
    are the two refractive indices for vWavelengths(iWavelength), fTheta and fPhi
 
    2014.01.04
Method Details
Access public
Sealed false
Static false