This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
4rpl:commands:distancepointline [2022/09/04 13:26] – Karsten75 | 4rpl:commands:distancepointline [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 13: | Line 13: | ||
===== Examples ===== | ===== Examples ===== | ||
<code 4rpl> | <code 4rpl> | ||
- | DistancePointLine(V3(1 0 1) V3(0 0 0)V3(2 0 2)) ->dist | + | DistancePointLine(V3(1 0 1) V3(0 0 0) V3(2 0 2)) ->dist |
trace(< | trace(< | ||
</ | </ | ||
< | < | ||