Updated docs

This commit is contained in:
n00b
2024-12-15 23:12:45 -05:00
parent 7181b6924a
commit 3a03aaa148
124 changed files with 518 additions and 202 deletions

17
doc/files/line3d.html Normal file
View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>Line3D [RCBasic Doc] </title>
</head>
<body>
<p><h2>sub Line3D(x1, y1, z1, x2, y2, z2) </h2></p>
<p>
Draws a line in 3D space
</p>
<p>
</body>
</html>