lineThrough



Constructs line that goes through the given points A and B.

Obviously it's vector multiplication operation.

Return

Line going through the points.

Parameters

A

The first point.

B

The second point.