LlVecNorm
From Second Life Wiki
| LSL Portal | | | Functions | | | Events | | | Types | | | Operators | | | Constants | | | Flow Control | | | Script Library | | | Tutorials |
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 |

