Uses of Interface
eu.iv4xr.framework.spatial.LineIntersectable
Package
Description
This package provides classes to do pathfinding over a graph.
-
Uses of LineIntersectable in eu.iv4xr.framework.extensions.pathfinding
Modifier and TypeMethodDescriptionvoid
SimpleNavGraph.addObstacle(LineIntersectable obstacle)
Add the obstacle to this navgraph.void
SimpleNavGraph.addObstacleInBlockingState(LineIntersectable obstacle)
Add the obstacle to this navgraph.SimpleNavGraph.getBlockingStatus(LineIntersectable obstacle)
Return the status of the given obstacle, if it is marked as blocking (true) or non-blocking (false).boolean
SimpleNavGraph.isBlocking(LineIntersectable obstacle)
Return the state of this obstacle.void
SimpleNavGraph.removeObstacle(LineIntersectable tobeRemoved)
void
SimpleNavGraph.setBlockingState(LineIntersectable obstacle, boolean isBlocking)
-
Uses of LineIntersectable in eu.iv4xr.framework.spatial