Updated docs and added constants to tracker
This commit is contained in:
@@ -7,11 +7,12 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><h2>function PointInTri(px, py, x1, y1, x2, y2, x3, y3) </h2></p>
|
||||
<p><h2>Function PointInTri(px, py, x1, y1, x2, y2, x3, y3) </h2></p>
|
||||
<p>
|
||||
Returns true if the point (px, py) is in the quad (x1, y1) to (x3, y3)
|
||||
</p>
|
||||
<p>
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user