Ejemplo n.º 1
0
        public double getDistance(IDistance distCalculator, OCRCharacter otherCharacter)
        {
            double dist = distCalculator.getDistance(this.pointsArr, otherCharacter.getPoints());

            distance = dist;
            return(dist);
        }