Class FieldShapeFTC

java.lang.Object
me.wobblyyyy.pathfinder.shapes.FieldShapeFTC

public class FieldShapeFTC
extends java.lang.Object
Shapes used for FTC fields.
Since:
0.1.0
Author:
Colin Robertson
  • Field Summary

    Fields
    Modifier and Type Field Description
    static Rectangle EMPTY
    An empty field with dimensions 144x144 inches.
  • Constructor Summary

    Constructors
    Constructor Description
    FieldShapeFTC()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • EMPTY

      public static Rectangle EMPTY
      An empty field with dimensions 144x144 inches.
  • Constructor Details

    • FieldShapeFTC

      public FieldShapeFTC()