crossing Points
fun crossingPoints(position: Euclidean2DPosition): Pair<Euclidean2DPosition, Euclidean2DPosition>
Content copied to clipboard
Provided the position of an agent that may want to cross this passage, this method returns a pair containing both crossingPointOnTail and crossingPointOnHead.