17 lines
352 B
HTML
17 lines
352 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>Distance2D [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Function Distance2D(x1, y1, x2, y2) </h2></p>
|
|
<p>
|
|
Returns the distance between 2 points in 2d space
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |