.. java:import:: org.apache.commons.math3.complex Complex RefractiveIndex =============== .. java:package:: ch.epfl.leb.sass.models.samples :noindex: .. java:type:: public interface RefractiveIndex Common methods for the sample's refractive index distribution. :author: Kyle M. Douglass Methods ------- getN ^^^^ .. java:method:: public Complex getN(double x, double y, double z) :outertype: RefractiveIndex Returns the (complex) refractive index at the position (x, y, z). z = 0 corresponds to the plane of the coverslip. :param x: The x-position within the sample. :param y: The y-position within the sample. :param z: The z-position within the sample. :return: The complex refractive index at the position (x, y, z).