TOUCH INVALID VECTOR
From Second Life Wiki
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Tutorials |
Description
Constant: vector TOUCH_INVALID_VECTOR = <0.0, 0.0, 0.0>;The vector constant TOUCH_INVALID_VECTOR has the value <0.0, 0.0, 0.0>
Returned by llDetectedTouchPos, llDetectedTouchNormal, and llDetectedTouchBinormal when the touch position is not valid.
Caveats
- For llDetectedTouchPos, <0.0, 0.0, 0.0> may be a valid value so it is possible to get a false negative in this rare situation.
Deep Notes
Has the same value as ZERO_VECTOR.
History
- Introduced in SVN:1167 r96080 Branch:viewer_1-21-2 Tuesday, 09 September 2008
- Merged into Trunk SVN:1169 r96492 Trunk Thursday, 11 September 2008

