2013

Table Of Contents
See also:
Use the Command Prompt Calculator
Obtain an Intersection Point
The ill and ilp functions determine intersection points.
ill(p1,p2,p3,p4) Determines the intersection point between two lines (p1,p2)
and (p3,p4). All points are considered three-dimensional.
ilp(p1,p2,p3,p4,p5) Determines the intersection point between a line (p1,p2)
and a plane passing through three points (p3,p4,p5).
See also:
Use the Command Prompt Calculator
Calculate a Distance
dist(p1,p2) Determines the distance between two points, p1 and p2. This is
the same as the vector expression abs(p1-p2).
dpl(p,p1,p2) Determines the shortest distance between point p and the line
passing through points p1 and p2.
180 | Chapter 2 Commands