PO_matlab
|
Computes the unit normal vectors on a parabolic dish surface. More...
Functions | |
function | surface_normal_dish (in rho, in phi, in f) |
Computes the unit normal vectors on a parabolic dish surface.
Given the radial and azimuthal coordinates on a parabolic dish, this function returns the corresponding normal vectors (x, y, z) in Cartesian components.
rho | Radial coordinate [m] |
phi | Azimuthal angle [rad] |
f | Focal length of the paraboloid [m] |
x | X component of the unit normal vector |
y | Y component of the unit normal vector |
z | Z component of the unit normal vector |
function surface_normal_dish | ( | in | rho, |
in | phi, | ||
in | f ) |