Files
RCBASIC4/doc/doc_files/interpolatevector.html
2026-03-03 19:29:04 -06:00

18 lines
476 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>InterpolateVector [RCBasic Doc] </title>
</head>
<body>
<p><h2>Sub InterpolateVector(x1, y1, z1, x2, y2, z2, distance, ByRef ix, ByRef iy, ByRef iz) </h2></p>
<p>
Gets an interpolated vector a given distance along a line starting at (x1, y1, z1) and ending at (x2, y2, z2)
</p>
<p>
</p>
</body>
</html>