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

Method line_line

Processing/game2dai/maths/Geometry2D.java:158–172  ·  view source on GitHub ↗

See if two lines intersect @param x0 start of line 1 @param y0 start of line 1 @param x1 end of line 1 @param y1 end of line 1 @param x2 start of line 2 @param y2 start of line 2 @param x3 end of line 2 @param y3 end of line 2 @return true if the lines intersect

(double x0, double y0, double x1, double y1, double x2, double y2, double x3, double y3)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

isEitherSideMethod · 0.95
isEitherSideMethod · 0.95

Calls 1

absMethod · 0.80

Tested by

no test coverage detected