I came up with this equation, which I think is correct:

Public Function MPH2PPF(MPH As Single) As Single

   ' Convert miles per hour to pixels per frame.

   ' 1 mile = 675840 pixels.
   ' 1 hour = 108000 frames.

   Return MPH * 675840 / 108000

End

The frame rate is 30 FPS, and 128 pixels = one foot. Can anyone verify 
that this is correct?

-- 
Kevin Fishburne
Eight Virtues
www: http://sales.eightvirtues.com
e-mail: sa...@eightvirtues.com
phone: (770) 853-6271


------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to