snell3d

버전 1.2.1 (1.35 KB) 작성자: Duijnhouwer
Refraction of light at a surface in 3D vector form
다운로드 수: 100
업데이트 날짜: 2020/10/1

라이선스 보기

Implementation of tutorial found on
http://starkeffects.com/snells-law-vector.shtml

s2 = snell3d(n1,n2,s1,N)
n1,n2: refractive indexes of first medium and surface respectively
s1: incident ray vector (xyz vector, will be normalized and made column)
N: surface normal (xyz vector, will be normalized and made column)
s2: refracted ray (normalized xyz vector)

인용 양식

Duijnhouwer (2024). snell3d (https://www.mathworks.com/matlabcentral/fileexchange/80422-snell3d), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2020a
R2019b 이상 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.2.1

added icon

1.2.0

Fixed bug where function relied on idiosyncratic normalize function that happened to reside on my path!

1.1.0

Made sure vector 2-norm is used for normalization

1.0.1

Examples in help

1.0.0