TFinderPatternHelpers Class
Definition
contains all static methods for using IFinderPattern instances
Delphi
type TFinderPatternHelpers = class(TResultPointHelpers)
- Inheritance
Methods
| CreateFinderPattern(Single, Single, Single) | |
| CreateFinderPattern(Single, Single, Single, Integer) | |
| CreateResultPoint(Single, Single) |
Initializes a new instance of TResultPoint and returns its IResultPoint interface (Inherited from TResultPointHelpers) |
| crossProductZ(IResultPoint, IResultPoint, IResultPoint) |
Returns the z component of the cross product between vectors BC and BA. (Inherited from TResultPointHelpers) |
| distance(IResultPoint, IResultPoint) |
calculates the distance between two points (Inherited from TResultPointHelpers) |
| orderBestPatterns(TArray<IFinderPattern>) |