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

Method isInsideTriangle

Processing/game2dai/maths/Triangulator.java:142–161  ·  view source on GitHub ↗

Determine if the point pX/pY is inside triangle defined by triangle ABC whose vertices are given by [ax,ay] [bx,by] [cx,cy] @return true if the point is inside

(double aX, double aY,
			double bX, double bY,
			double cX, double cY,
			double pX, double pY)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

snipMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected