Package velo.ladaalpha.fields.math
Class Point
java.lang.Object
velo.ladaalpha.fields.math.Point
The Class Point.
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
Point
public Point(double x, double y) Instantiates a new point.- Parameters:
 x- the xy- the y
 
 - 
 - 
Method Details
- 
toString
To string. - 
getX
public double getX()Gets the x.- Returns:
 - the x
 
 - 
setX
public void setX(double x) Sets the x.- Parameters:
 x- the new x
 - 
getY
public double getY()Gets the y.- Returns:
 - the y
 
 - 
setY
public void setY(double y) Sets the y.- Parameters:
 y- the new y
 
 -