Updated docs and added constants to tracker
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#title PointInQuad [RCBasic Doc]
|
||||
#header function PointInQuad(px, py, x1, y1, x2, y2, x3, y3, x4, y4)
|
||||
#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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user