Class FieldDimensions

java.lang.Object
com.thunder.lib.trajectory.FieldDimensions

public class FieldDimensions extends Object
Represents the dimensions of a FRC field.
  • Field Details

    • length

      public final double length
      Length of the field in meters (Y dimension).
    • width

      public final double width
      Width of the field in meters (X dimension).
  • Constructor Details

    • FieldDimensions

      public FieldDimensions(double length, double width)
      Constructs FieldDimensions with the specified length and width.
      Parameters:
      length - Length in meters.
      width - Width in meters.