Uses of Class
org.eclipse.mosaic.lib.spatial.Edge
Packages that use Edge
Package
Description
-
Uses of Edge in org.eclipse.mosaic.fed.application.ambassador.simulation.perception
Methods in org.eclipse.mosaic.fed.application.ambassador.simulation.perception that return types with arguments of type EdgeModifier and TypeMethodDescriptionabstract Collection<Edge<Vector3d>>
AbstractPerceptionModule.getSurroundingWalls()
NopPerceptionModule.getSurroundingWalls()
SimplePerceptionModule.getSurroundingWalls()
SumoPerceptionModule.getSurroundingWalls()
-
Uses of Edge in org.eclipse.mosaic.fed.application.ambassador.simulation.perception.index
Methods in org.eclipse.mosaic.fed.application.ambassador.simulation.perception.index that return types with arguments of type EdgeModifier and TypeMethodDescriptionTrafficObjectIndex.getSurroundingWalls
(PerceptionModel perceptionModel) -
Uses of Edge in org.eclipse.mosaic.fed.application.ambassador.simulation.perception.index.objects
Fields in org.eclipse.mosaic.fed.application.ambassador.simulation.perception.index.objects declared as EdgeModifier and TypeFieldDescriptionVehicleBoundingBox.backEdge
VehicleBoundingBox.frontEdge
VehicleBoundingBox.leftEdge
VehicleBoundingBox.rightEdge
Methods in org.eclipse.mosaic.fed.application.ambassador.simulation.perception.index.objects that return types with arguments of type EdgeModifier and TypeMethodDescriptionPointBoundingBox.getAllEdges()
SpatialObjectBoundingBox.getAllEdges()
Returns all sides spanning the 2D bounding box of aSpatialObject
asedges
in the global coordinate system.VehicleBoundingBox.getAllEdges()
-
Uses of Edge in org.eclipse.mosaic.fed.application.ambassador.simulation.perception.index.providers
Methods in org.eclipse.mosaic.fed.application.ambassador.simulation.perception.index.providers that return types with arguments of type EdgeModifier and TypeMethodDescriptionabstract Collection<Edge<Vector3d>>
WallIndex.getSurroundingWalls
(PerceptionModel perceptionModel) WallTree.getSurroundingWalls
(PerceptionModel perceptionModel) -
Uses of Edge in org.eclipse.mosaic.fed.application.app.api.perception
Methods in org.eclipse.mosaic.fed.application.app.api.perception that return types with arguments of type EdgeModifier and TypeMethodDescriptionPerceptionModule.getSurroundingWalls()
Call to get surrounding building walls. -
Uses of Edge in org.eclipse.mosaic.lib.database.spatial
Classes in org.eclipse.mosaic.lib.database.spatial with type parameters of type EdgeModifier and TypeClassDescriptionstatic class
Edge.InRadius<V extends Vector3d,
E extends Edge<V>> -
Uses of Edge in org.eclipse.mosaic.lib.spatial
Classes in org.eclipse.mosaic.lib.spatial with type parameters of type EdgeMethods in org.eclipse.mosaic.lib.spatial with parameters of type EdgeModifier and TypeMethodDescriptionEdge.getNearestPointOnEdge
(Edge<?> otherEdge) Edge.getNearestPointOnEdge
(Edge<?> otherEdge, Vector3d result) Ray.getNearestPointOnRay
(Edge<?> edge) Ray.getNearestPointOnRay
(Edge<?> edge, Vector3d result)