 |
Angle of View
summary
 |
Angle of View and Field of View for cinematography
|
instructions
 |
Enter image size (in.), focal length (mm), and distance (ft.). Returns object size (ft), and angle of view in degrees. Also has feet / feet & inches / inches converter
|
code
 |
RPN.2.c \ Angle of View
"AOV/FOV"
"[ft"#'12'/;
"f,i"Vvwvfm12;
"in]"m12;
~
"i:image in"Xa;
"f:focal length mm"Xb;
"d:dist ft"Xc;
~
"OBJ:ft"xc#'12'*xa*xb#'25.4'//#'12'/;
"ANGLE"xaxb#'25.4'//HA2*;
|
|