A pair between two proxies. Broad-phase collision algorithms collect pairs of proxies as linked list of ProxyPair.

Methods

getNext():ProxyPair

Returns the next pair.

getProxy1():Proxy

Returns the first proxy of the pair.

getProxy2():Proxy

Returns the second proxy of the pair.