|
From: Todd N. <osx...@ya...> - 2005-02-18 07:25:37
|
Take a look, should be useful as a means to show the generic XModules of SenseTalk. Test using OS X 10.3.7 and SenseTalk 1.0.8 and SeaShell. http://sensetalk.dyndns.org/examples/xmodules/GeometricXModule.zip Ejoy! Todd Nathan ----------- some output from helper funcions ------------- put GeometricXModuleUsage() pythagorean(rise, run) -- (hypoteneus) area_volume_sphere(radius) -- (area_of_sphere, volume_of_sphere) area_volume_cylinder(radius, height) -- (area_of_cylinder, volume_of_cylinder) area_volume_cone(radius, height) -- (area_of_cone, volume_of_cone) put GeometricXModuleHandlers() pythagorean geometricXModuleHandlers geometricXModuleVersion area_volume_sphere area_volume_cylinder area_volume_cone __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |