Searched refs:currentPoint (Results 1 – 1 of 1) sorted by relevance
508 Point2D.Float currentPoint = new Point2D.Float(segment[0], segment[1]); in nApproximate() local511 totalLength += currentPoint.distance(previousPoint); in nApproximate()513 previousPoint = currentPoint; in nApproximate()514 points.add(currentPoint); in nApproximate()