LlCos/ko
From Second Life Wiki
Second Life Wiki > LlCos > LlCos/ko
예제
//누르면 임의의 수의 코사인 값을 알려준다 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 Wiki의 관련항목이 도움을 줄 수 있을 지도 모릅니다.

