public class JumpPointNode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
closed
Node is closed or not.
|
protected float |
f
The f value.
|
protected float |
g
The g value.
|
float |
h
The h value.
|
protected boolean |
opened
Node is opened or not.
|
protected JumpPointNode |
parent
The parent.
|
protected int |
x
X coordinate.
|
protected int |
y
Y coordinate.
|
Constructor and Description |
---|
JumpPointNode(int x,
int y)
Creates a jump point node.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
protected int x
protected int y
protected JumpPointNode parent
protected float g
protected float f
protected boolean opened
public boolean closed
public float h