#!/usr/bin/ruby # Makes a multidimension array (matrix) with the width and height of n ...
# 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, ...
#formula_ga.rb require 'equation' ...
Ruby Genetic algorithm for makin...
I'm working on a genetic al...
Hi
I made this piece of ...