LlVecNorm
- The correct title of this article is llVecNorm. The initial letter is shown capitalized due to technical restrictions.
SpecificationReturns the vec normalized
| ||||||
Caveats | ||||||
Examples<lsl> default { state_entry()
{
vector input = <1.0,2.0,3.0>;
llSay(0,"The normalize of "+(string)input+" is: "+(string)llVecNorm(input) );
}
} </lsl> | ||||||
Helper Functions<lsl> </lsl> | ||||||
See Also | ||||||
Notes |