Interface Vector
-
- All Known Implementing Classes:
MouseVector
public interface Vector
Created with IntelliJ IDEA.- Since:
- : 8/23/2015 Time : 9:22 PM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getAngleRadian()
Gets angle radian.double
getDirection()
Gets direction.double
getMagnitude()
Gets magnitude.double
getThetaX()
Gets theta x.double
getThetaY()
Gets theta y.
-
-
-
Method Detail
-
getMagnitude
double getMagnitude()
Gets magnitude.- Returns:
- the magnitude
-
getDirection
double getDirection()
Gets direction.- Returns:
- the direction
-
getAngleRadian
double getAngleRadian()
Gets angle radian.- Returns:
- the angle radian
-
getThetaX
double getThetaX()
Gets theta x.- Returns:
- the theta x
-
getThetaY
double getThetaY()
Gets theta y.- Returns:
- the theta y
-
-