Neighbors

enum Neighbors : Enum<LocalPathFinder.Neighbors>

Entries

WEST
Link copied to clipboard
WEST(Flag.W_W, Flag.Rotation.WEST, Flag.Rotation.EAST)
SOUTH
Link copied to clipboard
SOUTH(Flag.W_S, Flag.Rotation.SOUTH, Flag.Rotation.NORTH)
EAST
Link copied to clipboard
EAST(Flag.W_E, Flag.Rotation.EAST, Flag.Rotation.WEST)
NORTH
Link copied to clipboard
NORTH(Flag.W_N, Flag.Rotation.NORTH, Flag.Rotation.SOUTH)

Functions

getEdge
Link copied to clipboard
fun getEdge(currentEdge: LocalEdge, flags: Array<IntArray>, onlyWalk: Boolean = false): Optional<LocalEdge>

Properties

currentFlag
Link copied to clipboard
val currentFlag: Int
currentRotation
Link copied to clipboard
val currentRotation: Int
name
Link copied to clipboard
val name: String
nextRotation
Link copied to clipboard
val nextRotation: Int
ordinal
Link copied to clipboard
val ordinal: Int