Goes along Loop from Start going forward if Dir is one, and backward if negative one. It stops when it has found an intersection with Other. Optionally inserts the new point into Other at OtherIndex.
In
Exec
|
|
Loop
Array of Vectors
|
|
Other
Array of Vectors
|
|
Start
Integer
|
|
Dir
Integer
|
|
Path
Array of Vectors
|
|
Insert
Boolean
|
|
Close Loop
Boolean
|
|
Close Other
Boolean
|
Out
Exec
|
|
Out
Vector
|
|
Loop Index
Integer
|
|
Other Index
Integer
|
|
Return Value
Boolean
|
Goes along Loop from Start going forward if Dir is one, and backward if negative one. It stops when it has found an intersection with Other. Optionally inserts the new point into Other at OtherIndex. |