hubFS: THE place for F#

. . . are you on The Hub?
Welcome to hubFS: THE place for F# Sign in | Join | Help

The Bowl

Page 1 of 9 (9 items)  1 2 3 4 5 Next > ... Last »
 
The Bowl
View Sizes View Details
    No EXIF data is available

Here's a shape that's like a bowl.  We use it in the later simulation.  Here's the F# code for the surface function and range parameters:

do range := (0.0,2.0)
let surfaceA (x,y) =
 
let f u = ((1.0 + cos(2.0 * pi * u)) / 2.0) in
  f x * f y + 1.0;;

ff := fun t (x,y) -> surfaceA (x,y);;

Comments

No comments
add comment

Albums

The Bowl

9 total photos
Last updated on 12/5/2006

Statistics

Posted By: dsyme
Viewed: 8155
Comments: 0
Ratings: 0 vote(s)
Rating

This Gallery

Powered by Community Server, by Telligent Systems