Class Vector


  • public class Vector
    extends java.lang.Object
    • Constructor Detail

      • Vector

        public Vector​(double magnitude,
                      double direction,
                      int reportRate)
    • Method Detail

      • getMagnitude

        public double getMagnitude()
      • setMagnitude

        public void setMagnitude​(double magnitude)
      • getDirection

        public double getDirection()
      • setDirection

        public void setDirection​(double direction)
      • getAngleRadian

        public double getAngleRadian()
      • getXMovement

        public double getXMovement()
      • getYMovement

        public double getYMovement()