Class RectangleBounds
java.lang.Object
frc.team_8840_lib.utils.math.units.RectangleBounds
-
Constructor Summary
ConstructorsConstructorDescriptionRectangleBounds(double x, double y, double width, double height) RectangleBounds(edu.wpi.first.math.geometry.Translation2d position, double width, double height) -
Method Summary
-
Constructor Details
-
RectangleBounds
public RectangleBounds(double x, double y, double width, double height) -
RectangleBounds
public RectangleBounds(edu.wpi.first.math.geometry.Translation2d position, double width, double height)
-
-
Method Details
-
getPosition
public edu.wpi.first.math.geometry.Translation2d getPosition() -
getCenterX
public double getCenterX() -
getCenterY
public double getCenterY() -
getX
public double getX() -
getY
public double getY() -
getWidth
public double getWidth() -
getHeight
public double getHeight()
-