Uses of Class
imagingbook.common.geometry.basic.Pnt2d.PntDouble
Packages that use Pnt2d.PntDouble
-
Uses of Pnt2d.PntDouble in imagingbook.common.geometry.basic
Fields in imagingbook.common.geometry.basic declared as Pnt2d.PntDoubleModifier and TypeFieldDescriptionstatic final Pnt2d.PntDouble
Pnt2d.PntDouble.ZERO
Singleton point instance with zero coordinates.Methods in imagingbook.common.geometry.basic that return Pnt2d.PntDoubleModifier and TypeMethodDescriptionPnt2d.PntDouble.duplicate()
static Pnt2d.PntDouble
Pnt2d.PntDouble.from
(double[] xy) Returns a newPnt2d.PntDouble
instance.static Pnt2d.PntDouble
Pnt2d.PntDouble.from
(double x, double y) Returns a newPnt2d.PntDouble
instance.static Pnt2d.PntDouble
Returns a newPnt2d.PntDouble
instance with the same coordinates as the given point.static Pnt2d.PntDouble
Returns a newPnt2d.PntDouble
instance with the same coordinates as the given AWTPoint2D
.static Pnt2d.PntDouble
Returns a newPnt2d.PntDouble
instance with the same coordinates as the given Apache Commons MathVector2D
.Pnt2d.PntDouble.plus
(double dx, double dy) -
Uses of Pnt2d.PntDouble in imagingbook.common.mser
Methods in imagingbook.common.mser that return Pnt2d.PntDoubleModifier and TypeMethodDescriptionMserData.getCenter()
Returns the center point for the associated component.