- What’s the name of the interference effect between two planes placed close to each other please? e.g. between the red and grey planes shown below:
(The blue plane is raised up from grey plane by Number.EPSILON * 1e12
where as red is only seperated by Number.EPSILON * 1e11
).
And I also wanted to know what the minimum distance was needed to seperate two planes so that they did not show the interference pattern.
2. It seems like it’s Number.EPSILON * 1e12
?
3. Will this work in all circumstances?
4. And is this documented anywhere? (My searches for it haven’t turned up anything, perhaps because I don’t know what this interference effect is called).
Thank you!