Interface Vector

  • All Known Implementing Classes:
    MouseVector

    @Deprecated
    public interface Vector
    Deprecated.
    Unused
    • Method Detail

      • getMagnitude

        double getMagnitude()
        Deprecated.
        Gets magnitude.
        Returns:
        the magnitude
      • getDirection

        double getDirection()
        Deprecated.
        Gets direction.
        Returns:
        the direction
      • getAngleRadian

        double getAngleRadian()
        Deprecated.
        Gets angle radian.
        Returns:
        the angle radian
      • getThetaX

        double getThetaX()
        Deprecated.
        Gets theta x.
        Returns:
        the theta x
      • getThetaY

        double getThetaY()
        Deprecated.
        Gets theta y.
        Returns:
        the theta y