Determines whether two world points are either side of a building. If they are then they cannot 'see' each other. @param x0 @param y0 @param x1 @param y1 @return true if the building is 'inbetween' the 2 points
(double x0, double y0, double x1, double y1)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected