| Modifier and Type | Method and Description |
|---|---|
Rotation |
Rotation.inverse()
Inverts the rotation direction.
|
static Rotation |
Rotation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Rotation[] |
Rotation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default S |
Neighbourhood.next(Rotation aRotation)
Returns the next neighborhood for the given rotation relative to the
current state.
|
Copyright © 2018. All rights reserved.