LlVecMag
From Second Life Wiki
| LSL Portal | | | Functions | | | Events | | | Types | | | Operators | | | Constants | | | Flow Control | | | Script Library | | | Tutorials |
Function: float llVecMag( vector vec );
| 12 | Function ID |
| 0.0 | Delay |
| 10.0 | Energy |
Returns a float that is the magnitude of the vector (the undirected nonnegative distance from vec to <0.0, 0.0, 0.0>). It can be evaluated by doing llSqrt(vec.x*vec.x + vec.y*vec.y + vec.z*vec.z).
| • vector | vec |

