Index
BGGS/refractiveIndexM
 refractiveIndexM Returns the refractive index or indices in
 matrices
    [mOrdinaryRefractiveIndex, mExtraordinaryRefractiveIndex] = refractiveIndexM(vWavelengths, vTheta)
    [mSlowRefractiveIndex, mFastRefractiveIndex] = refractiveIndexM(vWavelengths, vTheta, vPhi)
 
    vaccume wavelength [m] angles [rad]
 
    in uniaxial crystal vOrdinaryRefractiveIndex(iWavelength, iTheta)
    is the ordinary refractive index for
    vWavelengths(iWavelength) and vTheta(iTheta)
    vExtraordinaryRefractiveIndex(iWavelength, iTheta) is the
    extraordinary refractive index for vWavelengths(iWavelength)
    and vTheta(iTheta)
 
    in biaxial crystal vMaxRefractiveIndex(iWavelength, iTheta, iPhi), vMinRefractiveIndex(iWavelength, iTheta, iPhi)
    are the two refractive indices for vWavelengths(iWavelength), vTheta(iTheta) and vPhi(iTheta)
 
    2014.04.27
Help for BGGS/refractiveIndexM is inherited from superclass CMaterial
Method Details
Defining Class CMaterial
Access public
Sealed false
Static false