TResult Point Helpers .order Best Patterns Method
Orders an array of three ResultPoints in an order [A,B,C] such that AB is less than AC and BC is less than AC and the angle between BC and BA is less than 180 degrees.
class procedure orderBestPatterns(const patterns: TArray<IResultPoint>)
Parameters
- patterns
- Type: TArray<
ZXing.ResultPoint.IResultPoint
>
array of three IResultPoint to order