Files
RCBASIC4/doc/doc_files/getlineintersection.html
2026-02-26 15:33:51 -06:00

21 lines
513 B
HTML

<!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>
</p>
</body>
</html>