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 TypeMethodDescriptionvoidSimpleNavGraph.addObstacle(LineIntersectable obstacle)Add the obstacle to this navgraph.voidSimpleNavGraph.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).booleanSimpleNavGraph.isBlocking(LineIntersectable obstacle)Return the state of this obstacle.voidSimpleNavGraph.removeObstacle(LineIntersectable tobeRemoved)voidSimpleNavGraph.setBlockingState(LineIntersectable obstacle, boolean isBlocking) -
Uses of LineIntersectable in eu.iv4xr.framework.spatial
Classes in eu.iv4xr.framework.spatial that implement LineIntersectable