Interface Vector
-
- All Known Implementing Classes:
MouseVector
@Deprecated public interface Vector
Deprecated.Unused
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description double
getAngleRadian()
Deprecated.Gets angle radian.double
getDirection()
Deprecated.Gets direction.double
getMagnitude()
Deprecated.Gets magnitude.double
getThetaX()
Deprecated.Gets theta x.double
getThetaY()
Deprecated.Gets theta y.
-
-
-
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
-
-