Package ai.path.vector2f
Class Vector2fNode
java.lang.Object
ai.path.Node<org.joml.Vector2f>
ai.path.vector2f.Vector2fNode
- Since:
- 08.07.2021
- Author:
- Juyas
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Vector2fNode
public Vector2fNode(org.joml.Vector2f position)
-
-
Method Details
-
addPathTo
-
position
public org.joml.Vector2f position()Description copied from class:Node
The external position data contained in this node. The exact value of this method is ignored by the pathfinding algorithms, but may be used to calculate relationship data between nodes using an external algorithm. -
paths
Description copied from class:Node
All paths starting at this node.
-