MCPcopy Create free account
hub / github.com/dabing1022/Blog / isEitherSide

Method isEitherSide

Processing/game2dai/entities/Building.java:161–173  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

line_box_xyxyMethod · 0.95
line_lineMethod · 0.95

Tested by

no test coverage detected