Class Rectangle

java.lang.Object
frc.robot.math.Rectangle
All Implemented Interfaces:
ConvexShape

public class Rectangle extends Object implements ConvexShape
Rotating Rectangle Shape
  • Field Details

    • width

      public final double width
    • length

      public final double length
  • Constructor Details

    • Rectangle

      public Rectangle(String name, Pose2d pose, double length, double width)
      Rotating Rectangle Shape
  • Method Details