line_through_two_points
line_through_two_points(l,A,B) <=> l is a line, A belongs to l and B belongs to l
(assumes A different from B)
If the two points are equal, the line is undefined.
Do not confuse this symbol with
line_through_point.
Examples
- line through two points example: source JSXGraph
- parabola defined as locus example: source JSXGraph
- intersection of circles and line example: source JSXGraph
- other intersections of circles and line example: source JSXGraph