List of usage examples for com.itextpdf.awt.geom Point2D distance
public double distance(double px, double py)
From source file:mkl.testarea.itext5.pdfcleanup.PdfCleanUpRegionFilter.java
License:Open Source License
private static double getVectorEuclideanNorm(Point2D vector) { return vector.distance(0, 0); }