LlVecNorm
From Second Life Wiki
(Redirected from LSL llVecNorm)
| LSL Portal | | | Functions | | | Events | | | Types | | | Operators | | | Constants | | | Flow Control | | | Script Library | | | Tutorials |
Contents |
Description
Function: vector llVecNorm( vector vec );| 13 | Function ID |
| 0.0 | Delay |
| 10.0 | Energy |
Returns a vector that is the normal of the vector (vec / llVecMag(vec)).
| • vector | vec | – | Any valid vector |

