Uses of Enum Class
ea.Direction

Packages that use Direction
Package
Description
 
  • Uses of Direction in ea

    Methods in ea that return Direction
    Modifier and Type
    Method
    Description
    Vector.getDirection()
    Berechnet die Richtung des Vektors, in die er wirkt.
    static Direction
    Direction.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static Direction[]
    Direction.values()
    Returns an array containing the constants of this enum class, in the order they are declared.