LlVecMag
Revision as of 19:43, 25 January 2007 by Strife Onizuka (talk | contribs) (LlVecMag moved to LSL llVecMag)
- The correct title of this article is llVecMag. The initial letter is shown capitalized due to technical restrictions.
SpecificationReturns the magnitude of vec
| ||||||
Caveats | ||||||
Examples<lsl> default { state_entry() { vector input = <1.0,2.0,3.0>; llSay(0,"The magnitude of "+(string)input+" is: "+(string)llVecMag(input) ); } } </lsl> | ||||||
Helper Functions<lsl> </lsl> | ||||||
See Also | ||||||
Notes |