TResultPointHelpers.orderBestPatterns 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.

Unit: ZXing.ResultPoint
class procedure orderBestPatterns(const patterns: TArray<IResultPoint>)

Parameters

patterns
Type: TArray<IResultPoint>

array of three to order