Package org.oscim.core
Class PointF
java.lang.Object
org.oscim.core.PointF
The Class PointF represents a point in 2D.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public float xThe x ordinate -
y
public float yThe y ordinate
-
-
Constructor Details
-
PointF
public PointF()Instantiates a new Point. -
PointF
public PointF(float x, float y) Instantiates a new Point with coordinates x and y.- Parameters:
x- the xy- the y
-
-
Method Details