geometry
ParallelLine
find the line which goes through a given point and is parallel to a given line
Calling Sequence
Parameters
Description
Examples
ParallelLine(lp, P, l)
lp
-
the name of the line to be created
P
point
l
line
The routine finds the line which goes though point P and is parallel to line l.
For a detailed description of the line to be created lp, use the routine detail (e.g., detail(lp))
The command with(geometry,ParallelLine) allows the use of the abbreviated form of this command.
See Also
geometry[line]
geometry[PerpendicularLine]
Download Help Document