# camera related def frame_diagonal(frame_horizontal, frame_vertical) @frame_diagonal = Math.sqrt((frame_horizontal**2) + (frame_vertical**2)) ...
Ruby Photograhy methods
by sfusion.myopenid.com,
December 05, 2008 11:42,
4 refactorings, tagged with math, ruby, photography, camera, lens
Any comments, corrections, ...