pairs property

List<ObserverTargetPair> get pairs

Pairs of observers and targets, with each pair defining a single line of sight.

The collection of LineOfSight objects returned from LineOfSightFunction.evaluate is ordered to match these pairs. Each LineOfSight corresponds to the ObserverTargetPair at the same index.

If this is empty, LineOfSightFunction.evaluate will return an empty set of results.