Updated docs
This commit is contained in:
20
doc/files/getlineintersection.html
Normal file
20
doc/files/getlineintersection.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||
<title>GetLineIntersection [RCBasic Doc] </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><h2>Function GetLineIntersection(p0_x, p0_y, p1_x, p1_y, p2_x, p2_y, p3_x, p3_y, ByRef i_x, ByRef i_y) </h2></p>
|
||||
<p>
|
||||
Sets (i_x, i_y) to the intersection of lines p0-p1 and p2-p3
|
||||
</p>
|
||||
<p>
|
||||
Returns true if there is a collision and false if not
|
||||
</p>
|
||||
<p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user