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

Method isEitherSide

Processing/game2dai/entities/Obstacle.java:103–105  ·  view source on GitHub ↗

Determines whether two points are either side of this obstacle. If they are then they cannot 'see' each other. @param x0 x position of first point of interest @param y0 y position of first point of interest @param x1 x position of second point of interest @param y1 y position of second point of int

(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_circleMethod · 0.95

Tested by

no test coverage detected