Interface Vector
-
- All Known Implementing Classes:
MouseVector
@Deprecated public interface VectorDeprecated.Unused
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description doublegetAngleRadian()Deprecated.Gets angle radian.doublegetDirection()Deprecated.Gets direction.doublegetMagnitude()Deprecated.Gets magnitude.doublegetThetaX()Deprecated.Gets theta x.doublegetThetaY()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
-
-