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

Method isEitherSide

Processing/game2dai/entities/MovingEntity.java:508–510  ·  view source on GitHub ↗

Determines whether two points are either side of this moving entity. 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 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 1

canSeeMethod · 0.45

Calls 1

line_circleMethod · 0.95

Tested by

no test coverage detected