Updated docs
This commit is contained in:
17
doc/files/pointinquad.html
Normal file
17
doc/files/pointinquad.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||
<title>PointInQuad [RCBasic Doc] </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><h2>function PointInQuad(px, py, x1, y1, x2, y2, x3, y3, x4, y4) </h2></p>
|
||||
<p>
|
||||
Returns true if the point (px, py) is in the quad (x1, y1) to (x4, y4)
|
||||
</p>
|
||||
<p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user