Uses of Interface
eu.iv4xr.framework.spatial.LineIntersectable
Packages that use LineIntersectable
Package
Description
This package provides classes to do pathfinding over a graph.
-
Uses of LineIntersectable in eu.iv4xr.framework.extensions.pathfinding
Fields in eu.iv4xr.framework.extensions.pathfinding with type parameters of type LineIntersectableMethods in eu.iv4xr.framework.extensions.pathfinding with parameters of type LineIntersectableModifier 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
Classes in eu.iv4xr.framework.spatial that implement LineIntersectable