Class SN_Point2D

java.lang.Object
com.frcteam3255.utils.SN_Point2D

public class SN_Point2D extends Object
Point in 2D space
  • Constructor Details

    • SN_Point2D

      public SN_Point2D(double x, double y)
      Create new SN_Point2D
      Parameters:
      x - X coordinate
      y - Y coordinate
  • Method Details

    • getX

      public double getX()
      Returns:
      X coordinate of the point
    • getY

      public double getY()
      Returns:
      Y coordinate of the point