Uses of Class
at.wisch.joystick.ffeffect.direction.SphericalDirection

Packages that use SphericalDirection
at.wisch.joystick.ffeffect.direction   
 

Uses of SphericalDirection in at.wisch.joystick.ffeffect.direction
 

Methods in at.wisch.joystick.ffeffect.direction that return SphericalDirection
 SphericalDirection SphericalDirection.toSphericalDirection(Direction direction)
          Converts the Direction to SphericalDirection.
 SphericalDirection PolarDirection.toSphericalDirection(Direction direction)
          Converts the Direction to SphericalDirection.
abstract  SphericalDirection Direction.toSphericalDirection(Direction direction)
          Converts the Direction to SphericalDirection.
 SphericalDirection CartesianDirection.toSphericalDirection(Direction direction)
          Converts the Direction to SphericalDirection.