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