Alternative To A Specific Switch Statement
Ender Nafi Elekçioğlu
endernafi at gmail.com
Thu Mar 14 13:42:05 EDT 2013
Hello Dear LiveCode Gurus,
Here is a little code snippet:
__switch
____case sin(pAngleInRadians) > 0
______put 1 into tX
______break
____case sin(pAngleInRadians) = 0
______put 0 into tX
______break
____case sin(pAngleInRadians) < 0
______put -1 into tX
______break
__end switch
It's for a complex rotation command.
Is there a more elegant way to achieve the same result with built-in functions?
I mean, something like a combination of abs(), max() and/or round()?
Just an intellectual curiosity :)
Thanks for any insights...
Best,
~ Ender Nafi
~ · together, we're smarter · ~
~ · Keehuna Studio
~ · Sorcerers of Design
More information about the use-livecode
mailing list