intersectionOf

Constructs intersection of the given lines l and m.

Obviously it's vector multiplication operation.

Return

Intersection of the lines.

Parameters

l

The first line.

m

The second line.