LlAcos/ko
< LlAcos
Jump to navigation
Jump to search
예제
<lsl>//누르면 임의의 숫자의 역코사인을 알려준다 default {
touch_start(integer num) { float r = llFrand(2) - 1.0; llOwnerSay("The arccosine of " + (string)r + " is " + (string)llAcos(r)); }
}</lsl>
이 글이 유용하지 않으세요? LSL Wiki의 관련항목이 도움을 줄 수 있을 지도 모릅니다.