Files
RCBASIC4/doc/doc_files/pointinquad.html
2024-10-27 11:52:28 -04:00

17 lines
399 B
HTML

<!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>