Class PlayerBumper.BumperPose

  • Enclosing class:
    PlayerBumper

    public class PlayerBumper.BumperPose
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BumperPose()  
      BumperPose​(Coordinate newCoordinate, double newLenght, double newRadius)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void set​(Coordinate newCoordinate, double newLenght, double newRadius)  
      • Methods inherited from class java.lang.Object

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

      • length

        public double length
      • radius

        public double radius
    • Constructor Detail

      • BumperPose

        public BumperPose()
      • BumperPose

        public BumperPose​(Coordinate newCoordinate,
                          double newLenght,
                          double newRadius)
    • Method Detail

      • set

        public void set​(Coordinate newCoordinate,
                        double newLenght,
                        double newRadius)