Package com.myscript.iink.graphics
Class PointD
java.lang.Object
com.myscript.iink.graphics.PointD
Represents a high-precision point on the 2D plane.
- Since:
- 4.1
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public double xThe x position of the point. -
y
public double yThe y position of the point.
-
-
Constructor Details
-
PointD
public PointD()Default constructor. -
PointD
public PointD(double x, double y) Constructor.- Parameters:
x
- the x coordinate of the point.y
- the y coordinate of the point.
-
PointD
Copy constructor.- Parameters:
other
- copied object.
-
-
Method Details