LlCos/ko
< LlCos
Jump to navigation
Jump to search
Revision as of 23:15, 3 March 2009 by Nanjido Oh (talk | contribs)
예제
<lsl>//누르면 임의의 수의 코사인 값을 알려준다 default {
touch_start(integer num) { float r = llFrand(TWO_PI); llOwnerSay("The cosine of " + (string)r + " in radians or " + (string)(r * RAD_TO_DEG) + " in degrees is " + (string)llCos(r)); }
}</lsl>
이 글이 유용하지 않으세요? LSL Wiki의 관련항목이 도움을 줄 수 있을 지도 모릅니다.