Class MouseVector

  • All Implemented Interfaces:
    Vector

    @Deprecated
    public class MouseVector
    extends java.lang.Object
    implements Vector
    Deprecated.
    Unused
    • Constructor Summary

      Constructors 
      Constructor Description
      MouseVector​(double magnitude, double direction, int modifier)
      Deprecated.
       
    • Constructor Detail

      • MouseVector

        public MouseVector​(double magnitude,
                           double direction,
                           int modifier)
        Deprecated.
    • Method Detail

      • getMagnitude

        public double getMagnitude()
        Deprecated.
        Description copied from interface: Vector
        Gets magnitude.
        Specified by:
        getMagnitude in interface Vector
        Returns:
        the magnitude
      • setMagnitude

        public void setMagnitude​(double magnitude)
        Deprecated.
      • getDirection

        public double getDirection()
        Deprecated.
        Description copied from interface: Vector
        Gets direction.
        Specified by:
        getDirection in interface Vector
        Returns:
        the direction
      • setDirection

        public void setDirection​(double direction)
        Deprecated.
      • getAngleRadian

        public double getAngleRadian()
        Deprecated.
        Description copied from interface: Vector
        Gets angle radian.
        Specified by:
        getAngleRadian in interface Vector
        Returns:
        the angle radian
      • setAngleRadian

        public void setAngleRadian​(double angle)
        Deprecated.
      • getThetaX

        public double getThetaX()
        Deprecated.
        Description copied from interface: Vector
        Gets theta x.
        Specified by:
        getThetaX in interface Vector
        Returns:
        the theta x
      • getThetaY

        public double getThetaY()
        Deprecated.
        Description copied from interface: Vector
        Gets theta y.
        Specified by:
        getThetaY in interface Vector
        Returns:
        the theta y