Uses of Class
zext.plantuml.com.google.zxing.ResultPoint
Packages that use ResultPoint
-
Uses of ResultPoint in zext.plantuml.com.google.zxing
Methods in zext.plantuml.com.google.zxing with parameters of type ResultPointModifier and TypeMethodDescriptionstatic floatResultPoint.distance(ResultPoint pattern1, ResultPoint pattern2) static voidResultPoint.orderBestPatterns(ResultPoint[] patterns) 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. -
Uses of ResultPoint in zext.plantuml.com.google.zxing.common
Methods in zext.plantuml.com.google.zxing.common that return ResultPointConstructors in zext.plantuml.com.google.zxing.common with parameters of type ResultPoint