Generates all possible combinations of five points from an array of zigzag points to form potential XABCD patterns.
An array of zigzag points to generate combinations from.
An array of combinations, where each combination is an array of indices representing a potential XABCD pattern.
Generated using TypeDoc
Generates all possible combinations of five points from an array of zigzag points to form potential XABCD patterns.