代码搜索:Raytrace
找到约 132 项符合「Raytrace」的源代码
代码结果 132
www.eeworm.com/read/194440/8193109
m testray.m
% TESTRAY: demo the v(x,z) raytrace code
%ray test
dg=10;
tstep=0:.004:3;
x=0:dg:5000;z=x';
v=1800+.6*(z*ones(1,length(x)));
rayvelmod(v,dg);
theta=pi*45/180;
r0=[0,0,sin(theta)/1800,cos
www.eeworm.com/read/235612/14060232
m testray.m
% TESTRAY: demo the v(x,z) raytrace code
%ray test
dg=10;
tstep=0:.004:3;
x=0:dg:5000;z=x';
v=1800+.6*(z*ones(1,length(x)));
rayvelmod(v,dg);
theta=pi*45/180;
r0=[0,0,sin(theta)/1800,cos