LlVecDist
Revision as of 01:13, 25 January 2007 by Strife Onizuka (talk | contribs)
- The correct title of this article is llVecDist. The initial letter is shown capitalized due to technical restrictions.
SpecificationReturns the 3D distance between vec_1 and vec_2
| ||||||
Caveats | ||||||
Examples<lsl> default { state_entry() { vector input_1 = <1.0,2.0,3.0>; vector input_2 = <1.0,2.0,3.0>; llSay(0,"The normalize of " + (string)input + " is: "+(string)llVecDist(input_1, input_2) ); } } </lsl> | ||||||
Helper Functions<lsl> </lsl> | ||||||
See Also | ||||||
Notes |