Discuss this page on this pages TalkPage
See sysVectorRandom at Xelerus
| Syntax | (sysVectorRandom vector number number criteria) |
|---|---|
| Arguments | vector: The origin of the new vector. Same as the systems origin if Nil. |
| number: The radius in ls away from the origin. | |
| number: The minimum separation in light-seconds away from any spaceObject that matches 'filter' criteria. If criteria is Nil, then we avoid all objects. | |
| criteria: A filter. See sysFindObject for the list of criteria. | |
| Returns | vector: A new random vector that matches the parameters used. |
| Category | system, vector operator |
| Description | (sysVectorRandom) is designed to find a spot that is not near anything. |
Return to Functions list