Files
RCBASIC4/doc/files/pointinquad.txt
2026-02-26 15:33:51 -06:00

6 lines
175 B
Plaintext

#title PointInQuad [RCBasic Doc]
#header Function PointInQuad(px, py, x1, y1, x2, y2, x3, y3, x4, y4)
Returns true if the point (px, py) is in the quad (x1, y1) to (x4, y4)