Method FindOverlaps
FindOverlaps(ref Writer, ref Writer)
Write all overlapping body pairs to the given streams, where at least one of the bodies is dynamic. The results are unsorted.
Declaration
public void FindOverlaps(ref NativeStream.Writer dynamicVsDynamicPairsWriter, ref NativeStream.Writer staticVsDynamicPairsWriter)
Parameters
Type | Name | Description |
---|---|---|
NativeStream.Writer | dynamicVsDynamicPairsWriter | [in,out] The dynamic vs dynamic pairs writer. |
NativeStream.Writer | staticVsDynamicPairsWriter | [in,out] The static vs dynamic pairs writer. |