This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
4rpl:commands:distance [2021/01/08 16:01] – external edit 127.0.0.1 | 4rpl:commands:distance [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTOC~~ | ~~NOTOC~~ | ||
- | < | + | < |
+ | < | ||
====== Distance ====== | ====== Distance ====== | ||
Line 11: | Line 13: | ||
===== Examples ===== | ===== Examples ===== | ||
<code 4rpl> | <code 4rpl> | ||
- | distance3(V3(0 0 0) V3(10 20 30)) ->dist | + | distance(V3(0 0 0) V3(10 20 30)) ->dist |
trace(< | trace(< | ||
</ | </ | ||
< | < | ||