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 not stored for this graph (policy: none)