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

Method isEitherSide

Processing/game2dai/entities/Wall.java:107–109  ·  view source on GitHub ↗

Determines whether the two points given are 'either side of the object' if true then the two positions are not visible to each other. @param x0 first point x position @param y0 first point y position @param x1 second point x position @param y1 second point y position @return true if the points are o

(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 1

line_lineMethod · 0.95

Tested by

no test coverage detected