Package com.frcteam3255.utils
Class SN_Point2D
java.lang.Object
com.frcteam3255.utils.SN_Point2D
Point in 2D space
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SN_Point2D
public SN_Point2D(double x, double y) Create new SN_Point2D- Parameters:
x- X coordinatey- Y coordinate
-
-
Method Details
-
getX
public double getX()- Returns:
- X coordinate of the point
-
getY
public double getY()- Returns:
- Y coordinate of the point
-