Class Point.DoublePoint
- java.lang.Object
-
- com.itextpdf.text.pdf.parser.clipper.Point<java.lang.Double>
-
- com.itextpdf.text.pdf.parser.clipper.Point.DoublePoint
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.itextpdf.text.pdf.parser.clipper.Point
Point.DoublePoint, Point.LongPoint
-
-
Constructor Summary
Constructors Constructor Description DoublePoint()
DoublePoint(double x, double y)
DoublePoint(double x, double y, double z)
DoublePoint(Point.DoublePoint other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getX()
double
getY()
double
getZ()
-
Methods inherited from class com.itextpdf.text.pdf.parser.clipper.Point
arePointsClose, distanceFromLineSqrd, equals, getUnitNormal, isPt2BetweenPt1AndPt3, set, setX, setY, setZ, slopesEqual, slopesEqual, slopesNearCollinear, toString
-
-
-
-
Constructor Detail
-
DoublePoint
public DoublePoint()
-
DoublePoint
public DoublePoint(double x, double y)
-
DoublePoint
public DoublePoint(double x, double y, double z)
-
DoublePoint
public DoublePoint(Point.DoublePoint other)
-
-